gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] mingw DLL problem


From: Holger Vogt
Subject: Re: [Gnucap-devel] mingw DLL problem
Date: Sat, 03 Nov 2007 18:44:44 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Al,

an additional simplification:

Static linking to a dll may be simplified by:
g++ -Wall -s  foo.cpp -o testout.exe TestDLL.dll

The linker takes the address information from the dll directly, not from the import library. This information (not the exported functions) is now available to the program, which then is depending on finding the dll.

Regards

Holger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]