Hi Dirk, thanks for your reply. I'm compiling with ssh because the instructions that I found that seemed the most extensive also involved compiling ssh; plus since I don't really know what ssh is I figured it might be useful! But really the former: I didn't want to deviate from instructions because of the debugging involved(since I don't really know what I'm doing step-by-step).
As you can see from my post I've added the libcurl library, or at least I believe I have! in fact, simply moving back to the curl 7.2.1 that I originally compiled my code bulds and runs fine so I think it must be some error with my compiliation of libcurl. But of course I still don't have SSL! which I believe I need? Thanks, C --- On Tue, 14/12/10, Dirk Manske <[email protected]> wrote: > From: Dirk Manske <[email protected]> > Subject: Re: Problems compiling libcurl with ssl/help > To: "libcurl development" <[email protected]> > Date: Tuesday, 14 December, 2010, 8:30 > > In attempting to use curl with > this address I get a message to the effect that SSL isn't > enabled in curl. > > So my understanding was that I needed to compile curl > with ssl. > Right. > > I followed the steps in > > http://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf > Why do you compile curl with ssh support? > You only need ssl (openssl etc.) to use https. > > BTW: At http://curl.haxx.se/download.html you can > download > curl with ssl support for Windows. > > > 1>simple.obj : error LNK2019: unresolved external > symbol _curl_easy_cleanup referenced in function _main > ... > This means you try to link your object without libcurl. > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
