| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
(no subject)
From: Timothy B. Ward <tbwjobs_at_yahoo.com>
Date: Mon, 10 Dec 2001 08:14:57 -0500
Hello,
I'm just trying to hack something together here and I'm getting some weird errors and I have no idea where to turn.
I've narrowed down the source of my problem ( or at least what I believe to be the source of my problem) to curl_formadd function.
I'm running all this on the win32 platform and the oddity here is that the program functions perfectly on some machines and yields a page fault on a set of 30 laptops I'm supporting.
This code is copied from an example I found somewhere, and it works flawlessly on most machines.
struct HttpPost *formpost=NULL;
// THIS IS WHERE THE ERROR OCCURS
headerlist = curl_slist_append(headerlist, buf);
if(curl) {
curl_easy_setopt(curl, CURLOPT_URL, http://my.web.host);
curl_easy_cleanup(curl);
_________________________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info