cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: cURL convert to Visual C++ problem

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 14 Feb 2001 07:54:13 +0100 (MET)

On Wed, 14 Feb 2001, Chen Fock Siong wrote:

(CC'ed to the curl mailing list)

> I try to compile the cURL source code using the Visual C++ 6.0, I
> encountered some casting problem, I am able to solve the problem. But I
> have the problem with 1 of the source file (getdate.c & getdate.y) It
> given me a lot of errors, which i don't know how to solve.

We have had several reports from other people that successfully compile and
use libcurl with VC++.

Perhaps, if you state your problem a bit more detailed to the mailing list,
someone might be able to help out.

> I'm very new to the SSL, I'm now creating the client program to send
> the XML data to the secure HTTP sites. I have to make it as the DLL
> format so can call by the PowerBuilder 6.0 application. Do u have any
> sample program can guide me through ?

Yes, the docs/examples/ directory of the release archive contains no less
than four different example programs that work with libcurl. They're generic
and work for all platforms (except for win32 that needs the socket init calls
separately).

Doing a "simple" HTTPS POST should be a matter of using curl_easy_setopt()
with the CURLOPT_POSTFIELDS option.

> Thanks, your help and prompt response will be most appreciate.

We have this mailing list for developers that use libcurl, it would be a
benefit for all of us if you tried to keep questions and discussions about
libcurl in there! Details and archives at http://curl.haxx.se/mail/

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-02-14