On Tue, 04 Jan 2011 11:03:45 +0200, %u <[email protected]> wrote:

I was wondering, is there a way to tell the compiler to implicitly delay-load
a DLL, like you can with the /DELAYLOAD:DllName option in Visual C++?

Well, first of all DELAYLOAD is a linker option, and it doesn't look like OPTLINK supports it. You could have a look at how Derelict loads and binds entire APIs (e.g. SDL) at runtime.

--
Best regards,
 Vladimir                            mailto:[email protected]

Reply via email to