cURL / Mailing Lists / curl-library / Single Mail

curl-library

Windows 32 crash under Release libcurl.DLL and Visual Studio 2005

From: <ssal_at_intracom.gr>
Date: Fri, 24 Feb 2006 09:48:38 +0200

Hi,

 

I'm trying to integrate libcurl on a project and I have some problems with
the DLL version.

Even if everything is ok in the Debug version when I try to execute the
Release version I get

error's when calling

 

   res = curl_easy_perform(curl);

 

    /* always cleanup */

    curl_easy_cleanup(curl);

 

I'm using a home made :-) libcurl version which I have compiled with Visual
Studio 2005 (libcurl and Visual Studio 2005),

upon which I needed only to add on line in order to build the lib at easy.c
and more specifically I added

#include <malloc.h> after the #include <stdlib.h>

 

I would appreciate if someone has solved this issue, otherwise I'm thinking
to use libcurl as static library.

 

 

Regards

Sotiris

 
Received on 2006-02-24