Discussion of article "Parsing HTML with curl" - page 2

 
Denis Sartakov:

There's only dll, you need a .lib library,

so that you can make your own projects in C++

Unfortunately I don't remember where I took *.lib in my project, I must have compiled it myself. Try to search on their site. Here, I have it in stock, but again, where it came from is a big question. It should be all from their site, but you should check it anyway

Files:
curl-7.61.1.zip  3385 kb
 
Andrei Novichkov:

Unfortunately I don't remember where I got *.lib in my project, I must have compiled it myself. Try to search on their site. Here, I have it in stock, but again, where it came from is a big question. It should be all from their site, but you should check it anyway

Yeah, thanks, yeah, it seems to be all there, but it's weird,

I downloaded the sources with this version - the project in VC 2010 does not compile, a lot of errors - some .h files are not found....

 
Denis Sartakov:

yeah, thanks, yeah, it seems to be all there, but it's weird,

I downloaded the sources with this version - the project in VC 2010 does not compile, a lot of errors - some .h files are not found....

This thing is not easy to build, so don't give up ) There are instructions on the web like "How to build libcurl for windows".

 
Andrei Novichkov:

This thing is not easy to build, so don't give up ) There are tutorials on the web like "How to build libcurl under windows".

ha, ha, here is a complete instruction how to build this monster from source.

the task is really not easy !

https://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2010.pdf


at the first step there is an ambush ! ActivePerl for 32 bit can't be downloaded so easily !

 
Denis Sartakov:

ha, ha, here's the full instructions on how to build this monster from source.

the task is really hard !

https://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2010.pdf


at the first step there is an ambush ! ActivePerl for 32 bit is not so easy to download

Look for one without all this Pel stuff. You should have it. And you will need all kinds of oupenssl libraries, as far as I remember. Nothing, it's not easy, but you'll learn a lot while trying ).
 
Denis Sartakov:

ha, ha, here's the full instructions on how to build this monster from source.

the task is really hard !

https://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2010.pdf


at the first step there is an ambush ! ActivePerl for 32 bit is not so easy to download

Why build it? Without programming experience it's a lot of fun...

take a ready DLL, there are 32 bit and 64 bit DLLs on the site.