I'm trying to use cURL with Visual C++ 2008 Express...
First of all, I'm using the recent release of cURL: v7.21.7. I've successfully built cURL 7.21.7...and included the headers and library files in visual c++'s properties...now, here's my code:
At the moment I just want to get the declarations correct so that I can check that the installation was done correctly...here are the errors I receive when trying to build:
I understand that LNK2019 means that the compiler doesn't recognize the symbol, I need to add a declaration...does this mean that the installation of cURL-7.21.7 was not installed successfully..?