[GD-Windows] Loading new DLLs on old Windows
Brought to you by:
vexxed72
From: Andras B. <bn...@ma...> - 2004-02-10 17:34:51
|
MSDN says: "Windows Me/98/95: If you are using LoadLibrary to load a module that contains a resource whose numeric identifier is greater than 0x7FFF, LoadLibrary fails. If you are attempting to load a 16-bit DLL directly from 32-bit code, LoadLibrary fails. If you are attempting to load a DLL whose subsystem version is greater than 4.0, LoadLibrary fails. If your DllMain function tries to call the Unicode version of a function, LoadLibrary fails." Now, I believe that my DLLs' subsystem version is greater than 4.0 (how can I check?). How can I make it work on Win95/98/ME?? Is there a linker option? Or some other workaround? Thanks, Andras |