3ds max 2010 x64 on W7 x64 - plugins are not loading

 
 
 
Posted by:Shelim
Data created:26 June 2010

Hello, I am experiencing some very odd behaviour. I've installed newest version of MAX.NET from this page. I had written small plugin which should only show message box "Hello World". I put dll into "3ds Max 2010\plugins\MaxDotNet\hello.dll" and launched 3ds max. Altrough studio loaded without any problems nor did it showed any warnings, the plugin didn't work. Inspecting with attached debugger showed that my plugin isn't even loaded as module. 3ds max is reporting that "Autodesk.Max.Wrappers.dlu" is loaded and is working correctly. I tried to compile some examples from this page, but they didn't worked too in the same manner (everything was loaded and set up smoothly except that plugin wasn't loaded at all). I am useing 64 bit version of Visual Studio 2010.

To clarify, the Autodesk.Max.Wrappers.dlu IS loaded, but my sample hello.dll is not

Hello,

Please try to put your plugin into /plugins folder directly (ie 3ds Max 2010\plugins\hello.dll) Let me know if that helps.

Marsel Khadiyev (Software Developer, EPHERE Inc.)

Thanks, it helped - now module was loaded and executed without any problems at all