Hi, can someone help me to make that my app don't need dlls or dlls to be copied in app's dir for curl to work.Thanks in advance :)
Hi. Just link your app with libcurl statically (with static libs). Don't forget CURL_STATICLIB preprocessor macros when building your app. Ih this case you won\t nedd any libcurl dll.
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
