MinGW/GCC Delay Loaded DLL equivalent?

Posted by VoiDeD on Stack Overflow See other posts from Stack Overflow or by VoiDeD
Published on 2009-12-05T05:50:57Z Indexed on 2010/03/20 4:01 UTC
Read the original article Hit count: 355

Filed under:
|
|
|
|

Hello, I'm trying to port some old MSVC C++ code to MinGW/GCC.

One problem is that the project relies heavily on the /DELAYLOAD option for functions that aren't always used, and where the proper dll is located at runtime.

Is there such a similar option on MinGW/GCC?

This code is targeting the windows platform.

© Stack Overflow or respective owner

Related posts about mingw

Related posts about gcc