libcurl
Cannot http file upload with libcurl.net
I am using libcurnet for posting some fields and html or pdf file to server. I post fields but can not upload file to server. Here is my code :[详细]
2023-02-17 20:25 分类:问答How can I get rid of the __imp__ prefix in the linker in VC++?
I\'m using libcurl and am getting the following sort of linker errors in VC++ 10. 1>main.obj : error LNK2019: unresolved external symbol __imp__curl_easy_strerror referenced in function \"class st[详细]
2023-02-14 08:49 分类:问答How do I make a post using libcurl from a game written in c++ to a php page on my server more secure?
I wrote a game in c++ using SDL. The game currently updates a highscore to my game site by making a post with curl if the user has logged in.The problem that I am having is that the post provides the[详细]
2023-02-13 21:13 分类:问答Read headers, CURL
is there a way to read the html headers from a curl perform re开发者_StackOverflow中文版ply?Yes. Take a look at this example. It\'s exactly what you want.[详细]
2023-02-13 02:16 分类:问答Use libcurl in native c to write a Windows service
Anyone knows how? I tried but there always is a problem with curl_global_init \"This function is not thread safe. You must not call it when any other thread in the program (i.e. a thread sharing the[详细]
2023-02-11 22:33 分类:问答Packaging up libcURL for easy distribution
So I want to package up a really simple and easy-to-use Twitter API that just accesses some of the basic public API calls (such as the public timeline).[详细]
2023-02-11 00:05 分类:问答Compiling a project with libcurl in cygwin
I am not entirely sure how to compile a file with cygwin so it links with libcurl properly. I installed the libcurl library with cygwin\'s package instal开发者_开发技巧ler so I don\'t think there\'s a[详细]
2023-02-10 22:47 分类:问答Using Curl in Delphi without the DLL
I have a Delphi program in which I need to use Curl, but I do not want to redistribute the curl DLL with it (and I don\'t want to add the DLL as a resource and write it to a file at runtime and do it[详细]
2023-02-10 19:51 分类:问答Using cURL in Android
I would like to use cURL library in my android application in native code (using NDK r5b, the latest). After researching online, it seems the only way to use cURL in android is to build the entire and[详细]
2023-02-09 20:36 分类:问答Discard response data from libcurl
Libcurl defaults to stdout when handling a server\'s response. We can override it with CURLOPT_WRITEFUNCTION and CURLOPT_WRITEDATA. From the manual I got that I could set the CURLOPT_WRITEFUNCTION to[详细]
2023-02-09 19:19 分类:问答