| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
RE: Unhandled exception when usingcurl_easy_perform()inVisualStudio2005 on Windows XP.
From: Xu Xiaogang-a19881 <nickxu_at_motorola.com>
Date: Wed, 4 Jun 2008 15:36:05 +0800
When using this function pure in C, and build with Visual Studio 2005 on Windows XP, it is OK. Everything can run correctly.
The same set of C++ code using libcurl in Cygwin, it is also OK.
Anybody has any idea about it?
Regards
-----Original Message-----
Thanks for the information. I did use /MDd for code generation. When I change it to /MD, the unhandled exception is gone.
Regards
-----Original Message-----
"Xu Xiaogang-a19881" <nickxu_at_motorola.com> wrote:
> New problem comes.
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
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info