curl-library
Patch for WIN16 (was: i am using libcurl for Windows 16Bit)
Date: Tue, 9 Jan 2007 13:53:59 +0100
Patch for libcurl under WIN16:
------------------------------
Enclosed is my patch for WIN16, but a lot of files were modified.
Overview of the changes:
* some files renamed to meet 8.3 length restriction
* share.h renamed to crlshare.h because of conflict with another share.h
(from DOS filesystem)
* used long everywhere to have same length as in WIN32 (for safety - not
sure, if this is necessary)
* some #defines for WIN16 for special treatments
Tested under WIN16:
* only http post file transfer
* the rest is compileable, but not tested
Not ported at all:
* telnet
* ldap
* nwlib
Remarks:
* for better overview the archive contains also unmodified and
unused/not ported files in seperate dirs
* no DIE/Makefile is included, we used an old Borland C++ 4.52 just with
all C-files and the following defines:
"BUILDING_LIBCURL;_DEBUG;CURL_DISABLE_DOUBLE_TYPE;SIZEOF_LONG_DOUBLE
4"
Best Regards,
Harald
On Mon, 8 Jan 2007, Goettlicher Harald (AA-DG/ESW4) wrote:
>> whoever might be interested: i did a portation of libcurl for Windows
16Bit.
>> We needed it for adjustable timings etc. with an old product. For we
are
>> using only http file transfer, not everything will work.
>>
>> For more informations, just contact me.
> Please make a patch out of the required changes and post it here!
- application/x-zip-compressed attachment: cur-7.16.0_WIN16_Patch.zip