Hi, When setting the URL with:
CURLcode res = curl_easy_setopt (h->curlhandle, CURLOPT_URL, szloginurl);
Is it necessary that szloginurl be in scope when curl_easy_perform() is run?
Richard ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
