Happy to help : http://curl.haxx.se/download.html choose the development windows version , there you will have curl.exe and the library. You will be able to build both as static lib and/or use it in DLL version :)
Richard Cattermoul wrote: > > Greetings > > I used to be a C programmer until I retired a couple of years ago, but > I still like to write programs for my own amusement on my windows 7 > 64bit PC. I have installed a C compiler. > > I would like to read URL source inside a C program. Today I discovered > that you can open http files in notepad, but it apparently doesn’t > take an http URL as an argument which is a great shame because this > way I’d be able to easily retrieve the source code whereupon I could > then parse it to my heart’s content inside a C program. > > But then I came across libcurl and your c function simple.c which > includes <curl/curl.h> but I haven’t so far discovered the web page > that I can download the library from. > > Can you help me please? > > Thanks > > Richard > > > > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > > > No virus found in this message. > Checked by AVG - www.avg.com <http://www.avg.com> > Version: 2012.0.2240 / Virus Database: 2641/5746 - Release Date: 04/15/13 > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
