cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Unhandled exception when using curl_easy_perform() inVisualStudio2005 on Windows XP.

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Tue, 03 Jun 2008 11:42:57 +0200

"Xu Xiaogang-a19881" <nickxu_at_motorola.com> wrote:

> New problem comes.
>
> This version of libcurl can work with HTTP GET, but if I use it to post some content to the server,
> it will still get the unhandled exception: "Unhandled exception at 0x77c478c0 in myspace.exe:
> 0xC0000005: Access violation reading location 0x00b7a000."

You're not giving enough details for us to help you. But this could happen
if you compile/build using a different configuration than libcurl was built
with. E.g. if you use "cl -MDd" in your app. and libcurl was built with "cl -MD",
you are asking for trouble.

--gv
Received on 2008-06-03