Making a DLL with a static library dependency

Phil Deets pjdeets2 at gmail.com
Tue Dec 15 04:22:11 PST 2009


On Tue, 15 Dec 2009 07:06:49 -0500, Trass3r <mrmocool at gmx.de> wrote:

> 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.

It worked fine in C++.


More information about the Digitalmars-d-learn mailing list