Hi,
I am using LabWindows 6.0 and want to integrate libcurl 7.17.1 to connect to an ftp server. I set the include path to the libcurl directory and included the header "curl.h". However there seem to be conflicts between the libraries that LabWindows and libcurl use. I get a lot of errors for "curl.h", for example for the line
typedef off_t curl_off_t;
the error says " "curl.h"(106,17) syntax error; found 'identifier' expecting ';'. ".
Has anyone tried to include libcurl-headers into LabWindows? Did you encounter the same problem and can maybe give me some hints?
Thanks in advance
junimond