08-07-2014 08:56 AM
curl compile errors:
"curlbuild.h"(555,4) "Unknown non-configure build target!"
"curlbuild.h"(556,10) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(79,4) "CURL_SIZEOF_LONG definition is missing!"
"curlrules.h"(80,4) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(80,10) syntax error; found 'identifier' expecting ';'
"curlrules.h"(84,4) "CURL_TYPEOF_CURL_SOCKLEN_T definition is missing!"
"curlrules.h"(85,4) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(85,10) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(89,4) "CURL_SIZEOF_CURL_SOCKLEN_T definition is missing!"
"curlrules.h"(90,4) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(90,10) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(94,4) "CURL_TYPEOF_CURL_OFF_T definition is missing!"
"curlrules.h"(95,4) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(95,10) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(99,4) "CURL_FORMAT_CURL_OFF_T definition is missing!"
"curlrules.h"(100,4) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(100,10) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(104,4) "CURL_FORMAT_CURL_OFF_TU definition is missing!"
"curlrules.h"(105,4) syntax error; found 'identifier' expecting ';'.
"curlrules.h"(105,10) syntax error; found 'identifier' expecting ';'.
08-08-2014 06:37 PM
which version did you end up downloading? did you include the import library in addition to the header file?
08-11-2014 10:39 AM
curl-7.28.1
From the link you posted I assume that I need to build a DLL from the curl package I downloaded.
But the curl info downloaded was 9 directories and over 500 files. Where do I start.
08-12-2014 03:31 PM
Hi Dennis,
There's a cURL Download Wizard available at the link below, which should help you determine the correct version of cURL to download. Select the libcurl development option, then choose the appropriate operating system. The files you download should include DLLs and Static Libraries.
cURL Download Wizard: http://curl.haxx.se/dlwiz/
Myriam