libcurl
Using libcurl in C++ application to send POST data from value in .INI file
So I have a C++ application that takes a value from a key in a settings.INI file, uses libcurl to reach out to a PHP page, post that data, and it should return some different data.[详细]
2023-03-30 18:16 分类:问答C++ LibCurl - Converting CURLcode into a CString
What would be the easiest way to convert the \"res\" variable (CURLcode) into a CString? Here\'s the standard example which compiles fine on my machine but I want to use this in a MFC app and display[详细]
2023-03-30 07:56 分类:问答How to use libcurl functions inside a Windows Forms Application in Visual C++ 2010?
Here is the situation... I am using Visual C++ 2010 Express. I am trying to create a windows forms application that can load the source code of any given URL into a RichTextBox.I wish to accomplish[详细]
2023-03-29 18:58 分类:问答curl_multi_exec how to execute it on several ip adresses and get response headers
Hello i have made a curl test on an ip and i could get the response infos( times, response code,...) this time i want to make it work on several ip\'s in the same time. I found that could be possible[详细]
2023-03-29 04:56 分类:问答libcurl (7.19,7) crashes with _mdns_query_callback on OSX (10.6.8)
my application crashes using libcurl for some unknown reason. It crashed spontaneously after many loops of the same code while using Guard Malloc.[详细]
2023-03-29 02:52 分类:问答How to statically link libcurl with dev c++?
Recently I am trying to link libcurl with dev c++ statically.I linked all the .a files except libcurldll.a file which came from libcurl and I defined CURL_STATICLIB . But I received some linker errors[详细]
2023-03-28 11:15 分类:问答Curl/php: execution time?
Using CURL/PHP, how can I measure server\'s execution time? and what is the diference b/w STARTTRANSFER_TIME and 开发者_如何转开发PRETRANSFER_TIME ?Regarding STARTTRANSFER_TIME and PRETRANSFER_TIME.[详细]
2023-03-27 13:54 分类:问答Linker errors when statically linking libcurl+openssl to my project
I am trying to statically link libcurl (with SSL) into my project, but I am encountering lots of linker errors:[详细]
2023-03-26 20:08 分类:问答Libcurl timeouts on URLs which are working in my webbrowser
I have this code for curl: size_t write_to_string(void * ptr,size_t size,size_t nmeb,ResponseStruct * res_struct){[详细]
2023-03-26 09:06 分类:问答warning curl_close()
I am getting Warning: curl_close(): supplied argument is not a valid cURL handle resource in \\path\\ on line 123[详细]
2023-03-26 04:10 分类:问答
加载中,请稍侯......