English 中文(简体)
How can I add libCurl to a Borland C++ Builder 6 Project?
原标题:

How can I add libCurl to a Borland C++ Builder 6 Project? I tried including its directory in the project s compiler and linker search paths, then I made a lib from the libcurl dll and I added it to the project, I m trying to get a piece of sample code to compile, but it throws on error that it doesn t find curl/curl.h in the line #include <curl/curl.h>. The libCurl installation did not come with a visiblecurl/curl.h file, and I m not a mainly C++ programmer, so I m stuck :(

问题回答

I downloaded the curl-7.19.7 zip and found curl/curl.h in the include directory there. So you’ll have to add curl-7.19.7include to your include paths for it to see curl/curl.h





相关问题
Borland Assertion failed in local_unwind()

I have a comms server that is supposed to run for an indefinite amount of time. However, it sometimes errors with Assertion failed: !"bogus context in Local_unwind()", file xx.cpp, line 2262 ...

Install a .bpk into Borland C++ Builder from the command line

I am attempting to install a .bpk package into the Borland C++ Builder 5 IDE from the command line. I am sure that this is possible, as we have some third party components that manage to do so, but I ...

How can I add libCurl to a Borland C++ Builder 6 Project?

How can I add libCurl to a Borland C++ Builder 6 Project? I tried including its directory in the project s compiler and linker search paths, then I made a lib from the libcurl dll and I added it to ...

热门标签