
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm currently working on getting a simple dependency node into Maya 2017 in C++.
When I finally build the solution in Visual Studio 2017 on my laptop, I was able to load the plugin into Maya 2017 and it worked just fine.
Now I wanted to use it at school and I got the following error message.
// Error: Unable to dynamically load : C:/Program Files/Autodesk/Maya2017/bin/plug-ins/MathNodes.mll The specified module could not be found. // // Error: The specified module could not be found. (MathNodes)//
I used Dependency Walker to check what is missing and this is what I got:
FOUNDATION.DLL
OPENMAYA.DLL
UCRTBASED.DLL
VCRUNTIME140D.DLL
Error opening file. System can not find the file.
It is strange that it works on my laptop but on other PC's it does not.
PS:
I was using this blog post to set up my Visual Studio for Maya maybe there is something I set wrong for Maya 2017 ?
http://blog.josephkider.com/2015/08/20/creating-your-first-maya-plug-in-in-visual-studio/
Solved! Go to Solution.