Skip to content
⌘ NSIS Forum Archive

plugin doesnot work for debug multithreaded dll option

3 posts

123mobile#

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.
123mobile#
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