Hi, I want to use the library to execute Multipart binary form posts from a dll. Initially I tried doing this by implicitly calling the curl_easy_perform()/curl_multi_perform() from an exe & it works fine. However when I use the same code in the dll, It gets stuck at the function call & control never returns back to the main program. I have switched on the Verbose logs & have debugged runtime to ensure that it is the call where the dll goes crazy. The Main dll compiles fine with the calls to libcurl dll. Am I missing some step when using libcurl from a DLL? Any help appreciated.
-Raul
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
