cURL / Mailing Lists / curl-library / Single Mail

curl-library

HELP: problem with curl_easy_perform

From: Christie, Darren <Darren.Christie_at_anitetelecoms.com>
Date: Thu, 6 Sep 2001 14:40:59 +0100

I have a problem with my windows program that when it hits curl_easy_perform
it kicks up the following error "The memory could not be read". It was only
by commenting code out that I was able to track it down to this line of
code.
The line is:
curlRes = curl_easy_perform(curl);

All the options are setup correctly, and succeed.

I am using VC++ 6, and have compiled libcurl with /MT instead of /MD to
match my program.

Does anyone have any ideas on why this is happening?
Received on 2001-09-06