The specified module could not be found

The specified module could not be found

egoldid1
Advocate Advocate
690 Views
1 Reply
Message 1 of 2

The specified module could not be found

egoldid1
Advocate
Advocate
 hi!
 
I wrote a deformer node with c++ (build the solution in Visual Studio 2015)....

It Properly works on my system(maya 2018, window 7) but on some system it does not.

 error message:

"(The specified module could not be found)"

0 Likes
691 Views
1 Reply
Reply (1)
Message 2 of 2

cheng_xi_li
Autodesk Support
Autodesk Support

Hi,

 

It sounds like missing certain dlls. Could you check it with dependency walker?

 

I guess you are building with debug configuration and most of the time debug version of vc runtime couldn't be found on non-developer computers. If it's the issue, switching to release configuration could solve this issue.

 

Yours,

Li