On Tue, 15 Dec 2009 07:06:49 -0500, Trass3r <[email protected]> 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++.
