Archive: plugin doesnot work for debug multithreaded dll option


plugin doesnot work for debug multithreaded dll option
Hi,

I compile my plugin with the option of "debug multithreaded dll". It works on my computer but as soon as I take it to another machine(just my executable). It stops working with the warning saying "could not load the dll".

The whole thing works if I just use the option "multithreaded dll" in my vc6 code generation option.

Please help me with this issue.

thanks in advance.
Prabhat.


might be missing a dll, try http://www.dependencywalker.com/


hi,

thanks for reply.
I figure it out now. The problem was that the debug runtime was not installed on the client computer(Which is also mine, vmware virtual machine). When I did it using release version it worked.

Prabhat