cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Generally questions about curl

From: <gfa_at_trainzland.com>
Date: Mon, 15 Jul 2013 00:41:30 +0200

| http://curl.haxx.se/libcurl/vb/

Thank you, unfortunately its doesn't work because it typically sparse compiled for VB.

libcurl.dll for x86 from Daniel Stenberg 7.13.00 that works well!

libcurl.dll for x86 from Daniel Stenberg 7.21.7.0 that works well!

Libcurl.dll for x86 from Daniel Stenberg 7.30.00 does */!!!NOT/*!!! work.

Libcurl.dll for x86 from Daniel Stenberg 7.31.00 works well!!

And I picked up the one which doens't work. :-/
During this version trouble, I can't remember where I have dl V7.30.00.
Daniel, would you kind and give me a link to the version x86 Win V7.30.00
to verify it again.

Thank you.

Am 14.07.2013 23:32, schrieb Kristina Anderson:
> http://curl.haxx.se/libcurl/vb/
>
>
>
>
> On Sun, July 14, 2013 2:11 pm, Daniel Stenberg wrote:
>> On Sun, 14 Jul 2013, gfa_at_trainzland.com wrote:
>>
>>
>>> *| Can you be more specific? What "some examples" are you referring to?
>>> **
>>> *
>>> http://www.paehl.com/open_source/?CURL_7.30.0
>>> ... Curl is a command line tool for transferring files with URL syntax,
>>> supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.
>>> Curl
>>> supports ... MANUAL example:
>>> Get a file from an SSH server using SFTP:
>>> curl.exe -u username sftp://shell.example.com/etc/issue
>> That's an example showing how to use the curl command line tool. I fail
>> to see how that is at all relevant to how you'd use libcurl in a program.
>>
>> (and I believe the actual quote says "curl", not "curl.exe" as it comes
>> from the docs/MANUAL file: http://curl.haxx.se/docs/manual.html)
>>
>>> *| **You can use libcurl but you can't use some specific parts of the
>>> API?*
>>>
>>>
>>> Yes, that it.
>>>
>> Then you need to fix your glue layer, the binding.
>>
>>
>> The particular libcurl bindings for various languages are usually best
>> done and maintained by people who are fans and users of the specific
>> environments for which they are made. I don't know anything about VB or
>> how to make a binding for it.
>>
>>> 1) How will I know if some of the functions requires values
>>> by-reference or by-value ?
>> You read the docs. And also, the options are within specific ranges when
>> they accept certain types of arguments, defined in include/curl/curl.h
>>
>>> 2) Enum: Public Const CURLOPT_READFUNCTION as int = ??
>>>
>> See include/curl/curl.h. It is an enum created with a macro within the
>> header file:
>>
>>
>> CINIT(READFUNCTION, FUNCTIONPOINT, 12),
>>
>>
>> Which thus equals 20000 + 12 = 20012.
>>
>>
>> --
>>
>>
>> / daniel.haxx.se
>> -------------------------------------------------------------------
>> List admin: http://cool.haxx.se/list/listinfo/curl-library
>> Etiquette: http://curl.haxx.se/mail/etiquette.html
>>
>>
>>
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-15