LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DataSocket problem writing data to a web site. Error: Can't write data.

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 ';'.

 

0 Kudos
Message 11 of 14
(2,296 Views)

which version did you end up downloading? did you include the import library in addition to the header file? 

 

http://www.ni.com/white-paper/3341/en/

0 Kudos
Message 12 of 14
(2,283 Views)

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. 

0 Kudos
Message 13 of 14
(2,272 Views)

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

0 Kudos
Message 14 of 14
(2,257 Views)