cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_free access violations 7.10.7

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Tue, 25 Nov 2003 14:36:36 +0100

"Crypt Master" <cryptmaster_at_hotmail.com> said:

> Could my problems be related to the fact that I load the dll dynamically
> with loadlibrary and getprocaddress? Does curl have any issues being in a
> different memory space?

It's not in a different memory space; the DLL is mapped into your
memory area. There should be no problem using a DLL vs. a static
library. It doesn't matter to libcurl. Must be some bug in your code.
Are you sure you're not calling FreeLibrary() before libcurl is finished?

--gv

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
Received on 2003-11-25