cURL / Mailing Lists / curl-library / Single Mail

curl-library

Little problem on the libcurl.dll generation

From: Steve Lhomme <steve.lhomme_at_free.fr>
Date: Thu, 23 Aug 2001 12:37:57 +0200 (MEST)

According to lib/libcurl.def the name of the DLL should be libcurl. And that's
what the .lib (used to link your app to libcurl.dll) is waiting for. But in
the .dsp file (used to generate the .dll and .lib with Visual C++ 5/6) there
is :

/out:"Release/curl.dll"

instead of

/out:"Release/libcurl.dll"

I think that should be changed :)

Otherwise, does anyone have an example of how to correctly retrieve the IE
proxy settings ? (here for example it's loaded to a configuration file :( )
Received on 2001-08-23