Message 1 of 6
Dll failed to initialize Error code 126, plugin created from Lesson 1: Sample utility plug-in
Not applicable
11-08-2012
03:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How I arrived at this.
1) I created the plugin as described in lesson 1, to create a utility plugin, it just has some output statements.
2) Error code 193, no win32, I am running a 64 bit version of 3d studio max.
3) So I change it to 64 bit libraries at C:\Program Files (x86)\Autodesk\3ds Max 2013 SDK\maxsdk\x64\lib recompiled and got fatal error LNK1104: cannot open file 'odbc32.lib'
4) So I included C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib\x64 recompiled and received fatal error LNK1104: cannot open file 'msvcprtd.lib'
5) So I also included C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64 recompiled and success
6) Copied the dlu over to plugins and ran 3d studio max. Dll failed to initialize Error code 126, the specified module could not be found.
What could be causing this?
I attached the source if you are interested.
Thanks!
Vincent
1) I created the plugin as described in lesson 1, to create a utility plugin, it just has some output statements.
2) Error code 193, no win32, I am running a 64 bit version of 3d studio max.
3) So I change it to 64 bit libraries at C:\Program Files (x86)\Autodesk\3ds Max 2013 SDK\maxsdk\x64\lib recompiled and got fatal error LNK1104: cannot open file 'odbc32.lib'
4) So I included C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib\x64 recompiled and received fatal error LNK1104: cannot open file 'msvcprtd.lib'
5) So I also included C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib\amd64 recompiled and success
6) Copied the dlu over to plugins and ran 3d studio max. Dll failed to initialize Error code 126, the specified module could not be found.
What could be causing this?
I attached the source if you are interested.
Thanks!
Vincent
