Message 1 of 6
Can't load my Plug-In: "The specified procedure could not be found."

Not applicable
11-08-2012
03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone.
I'm currently developing a C++ Plug-In for Maya 2013 64bit.
Since some completely random(*) point during development I cannot load my plugin anymore.
I've had similar problems before, and usually was a missing .DLL file or a .DLL file with a different version.
So I looked at it with DependencyWalker, but I see nothing new (**).
I try to mix around some .DLL files (***) but with no luck.
Isn't there any way I can find out which procedure Maya can't find?
* (I have done no particular changes, and trying to revert my changes doesn't make it go away.)
** (I admit: DependencyWalker always has something to complain, like "not finding a InternetExplorer related .DLL that Kernel32.DLL requires". But that never kept me from running the plug-in.)
*** (When I had similar errors earlier, it was that Maya could not find MSCRT80.DLL or similar things).
I'm currently developing a C++ Plug-In for Maya 2013 64bit.
Since some completely random(*) point during development I cannot load my plugin anymore.
loadPlugin "myPlugin.mll";
// Error: line 1: Unable to dynamically load : C:/path/to/myPlugin.mll
The specified procedure could not be found.
//
// Error: line 1: The specified procedure could not be found.
//
// Error: line 1: The specified procedure could not be found.
I've had similar problems before, and usually was a missing .DLL file or a .DLL file with a different version.
So I looked at it with DependencyWalker, but I see nothing new (**).
I try to mix around some .DLL files (***) but with no luck.
Isn't there any way I can find out which procedure Maya can't find?
* (I have done no particular changes, and trying to revert my changes doesn't make it go away.)
** (I admit: DependencyWalker always has something to complain, like "not finding a InternetExplorer related .DLL that Kernel32.DLL requires". But that never kept me from running the plug-in.)
*** (When I had similar errors earlier, it was that Maya could not find MSCRT80.DLL or similar things).