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.

Reply via email to