cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL on Windows using MSVC

From: Matthew Walstra <mwalstra_at_isol.co.za>
Date: Fri, 4 Mar 2005 08:38:49 +0200

Hey Jeff,

I have double checked all three points below and still nothing?
SIGH! Been working on this for the last 10 days, just getting a bit
frustrating on my side?
Thanks for all your assistance, i dont suppose you have any other ideas?

Regards Matthew Walstra
----- Original Message -----
From: "Jeff Phillips" <jeff_at_jeffp.net>
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Friday, March 04, 2005 8:16 AM
Subject: Re: SSL on Windows using MSVC

> Hello Matthew,
>
> Here are a couple of possibilities:
>
> -- Ensure that the libcurl.dll that's being loaded is
> the one that I sent you (which means that another one
> is not in your PATH).
>
> -- Ensure that you're building with the appropriate
> multithreaded library (/MT for release or /MTd for
> debug).
>
> -- If the above steps fail, there may be a problem
> linking to the VC7-built import library. The solution,
> albeit a kludgy one, is to not link to the import
> library libcurl.lib and use the notorious combination
> of LoadLibrary() and GetProcAddress() to call the
> appropriate functions in libcurl.dll.
>
> Hope this helps,
> Jeff
>
> --- Matthew Walstra <mwalstra_at_isol.co.za> wrote:
>
> > Hi Jeff,
> >
> > Thanks for the project unfortunately our development
> > enviroment is MSVC 6.0,
> > so i can not open up the project i have tried
> > compiling the C file and have
> > included the libraries, etc.
> > and still nothing - comes up with the
> > CURLE_UNSUPPORTED_PROTOCOL still any
> > ideas?
> > Regards Matthew Walstra
> > ----- Original Message -----
> > From: "Jeff Phillips" <jeff_at_jeffp.net>
> > To: "libcurl development"
> > <curl-library_at_cool.haxx.se>
> > Sent: Friday, March 04, 2005 3:03 AM
> > Subject: Re: SSL on Windows using MSVC
> >
> >
> > > Hello Matthew,
> > >
> > > I've put up a binary distribution of libcurl
> > 7.13.0
> > > for MSVC (Visual Studio 2003) that includes a
> > project
> > > for building the https sample. It's at:
> > >
> > >
> >
> http://www.jeffp.net/downloads/libcurl-7.13.0-ssl-zlib-ares.zip
> > >
> > > Let me know if it works for you.
> > >
> > > Take care,
> > > Jeff
> > >
> > > --- Matthew Walstra <mwalstra_at_isol.co.za> wrote:
> > >
> > > > Hi there,
> > > >
> > > > I have been trying to get SSL to work via MSVC
> > using
> > > > the libcurl libraries and dll's.
> > > > Has anyone actually got this to work yet?
> > > > If so, could someone help me to integrate all
> > the
> > > > code, and at least get the https.c sample to
> > work.
> > > > Instead on the CURLE_UNSUPPORTED_PROTOCOL error?
> > > >
> > > >
> > > > Regards
> > > >
> > > > Matthew Walstra
> > > >
> >
> >
Received on 2005-03-04