If you are using libcurl (not the cURLpp C++ wrapper), then the documentation is here:
http://curl.haxx.se/libcurl/c/ http://curl.haxx.se/libcurl/c/visual_studio.pdf And you should use this mailing-list instead: http://curl.haxx.se/mail/list.cgi?list=curl-library Don't forget as Daniel Stenberg said: You can use libcURL instantly from within your C++ programs. You don't *need * cURLpp for that, cURLpp just adds an OO'ified layer that libcURL doesn't normally provide. On Tue, Jan 20, 2009 at 5:58 AM, <[email protected]> wrote: > Hi, > > I am new at VC++ 9 programming and can't figure out how to use the > libcurl.lib file in a win32 console VC++ project. > > Any help would be much appreciated. > > Many thanks. > > pr > _______________________________________________ > cURLpp mailing list > [email protected] > http://www.rrette.com/mailman/listinfo/curlpp >
_______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
