|
From: | Lars Uffmann |
Subject: | Re: Linking vs. a *.lib-file on windows (cygwin / MinGW) |
Date: | Fri, 20 Jun 2008 11:33:23 +0200 |
User-agent: | Thunderbird 2.0.0.14 (Windows/20080421) |
As an additional remark:I've had the Dependency Walker parse the dll file, and it gives the function name exactly as defined in the header files. "AddHeaderAndUplinkCommand"
I tried linking by simply supplying the libraryname.lib file as a command line option to the linker, which in itself gives no error message, but I still have g++ complaining about the undefined reference to "AddHeaderAndUplinkCommand" :(
[Prev in Thread] | Current Thread | [Next in Thread] |