Making a DLL with a static library dependency

Trass3r mrmocool at gmx.de
Tue Dec 15 04:06:49 PST 2009


Phil Deets schrieb:
> Actually, it depends on another DLL. The static library I need to link 
> to is an import library for that DLL. I'll work on loading that DLL 
> without the .lib file using the Windows API while I wait for an answer 
> here.

I'm not sure if the Windows loader does such chained DLL loading.
But you can always use LoadLibrary & GetProcAddress for that purpose.


More information about the Digitalmars-d-learn mailing list