debug mydll.dll works fine, releaseminsize doesn't
-
Hi, guys: I've developed a dll which need several other dll's. It's OK when I "regsvr32 mydll.dll" and it works perfectly. But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". What's wrong with the releaseminsize version ? How can I get it working? TIA -gusd
-
Hi, guys: I've developed a dll which need several other dll's. It's OK when I "regsvr32 mydll.dll" and it works perfectly. But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". What's wrong with the releaseminsize version ? How can I get it working? TIA -gusd
Perhaps this article helps you: http://www.codeproject.com/debug/survivereleasever.asp[^] Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) (doesn't work on NT) -
Hi, guys: I've developed a dll which need several other dll's. It's OK when I "regsvr32 mydll.dll" and it works perfectly. But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". What's wrong with the releaseminsize version ? How can I get it working? TIA -gusd
suninwater wrote: It's OK when I "regsvr32 mydll.dll" and it works perfectly. Is this a "debug" version? suninwater wrote: But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". Does this happen with all "release" versions?