On Mon, Jul 25, 2011 at 7:07 AM, Yoav Einav <[email protected]> wrote: > I'm trying to build libcurl on windows with visual studio 2010.**** > > I've converted the existing libcurl VS2005 project to 2008 and then to > 2010.**** > > And using *msbuild libcurl.sln* - I'm creating the libcurl.lb.**** > > ** ** > > Unfortunately, I'm getting link errors:**** > > curl_test.obj : error LNK2019: unresolved external symbol > __imp__curl_global_init referenced in function "public: virtual void > __thiscall a::elwood::ut::HttpClient::globalSetUp(void)" > (?globalSetUp@HttpClient@ut@**** > > curl_test.obj : error LNK2019: unresolved external symbol > __imp__curl_global_cleanup referenced in function "public: virtual void > __thiscall a::elwood::ut::HttpClient::globalTearDown(void)" > (?globalTearDown@HttpClient@ut**** > > ** ** > > Any help? Ideas?**** > > ** ** > > thanks **** > > ** ** > > * > * >
Add /VERBOSE:LIB to your link options and double check which libraries are being searched. josue www.josuegomes.com
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
