curl-library
Re: Replacing one libcurl.DLL with another.........
Date: Wed, 20 Oct 2004 13:58:09 +0200
"Dutcher, John" wrote:
>I found the Ray Smith Euphoria wrapper for using libcurl.DLL very useful.
> He 'compiled' libcurl without support for SSL and stated so..
>
> I need SSL support so I downloaded the most recent libcurl development
> package 'curl-7.11.1-win32-ssl-devel.zip', unzipped and replaced the
> 'libcurl.DLL' in the original Ray Smith download with the 'libcurl.DLL' in
> the downloaded development package....hoping to achieve SSL
> capability. Attempting to execute the Euphoria code at that point
> merely crashes.
Crashed where, In libcurl or Euphoria?
You could run the depends program on the euphoria program to see how/what
DLL and functions it loads. Maybe Euphoria is using libcurl.dll by dynamically
loading it at run-time. If so it can't be detected by depends. And you'll have to
ask at their support-forum.
--gv
Received on 2004-10-20