c++ - MinGW/GCC Delay Loaded DLL equivalent? -
I'm trying to close MinGW / GCC with some older MSVC C ++ code.
There is a problem that this project always relies heavily on the DELAYLOAD option to use the work, and where the appropriate DLL is located at runtime.
Is there such a similar option on Minugu / GCC?
This code is targeting the Windows platform.
on Elf's goal (for systems like Unix), you -z slangy
Specify the option (which is the default anyway) ld
(also uses the linker that uses Mingu).
As far as I know, i386 PE targets (for windows) No is a clear lazy linking option, I can not find any documents available. .
Comments
Post a Comment