[Zlib-devel] zlib 1.2.4 released!
Hiroshi Kuno
hkuno-zlib at microhouse.co.jp
Wed Mar 17 21:28:24 EDT 2010
>>> gzdopen() gets a file descriptor that was opened in the app.
>>
>> A 'file descriptor' is not a 'CRT object'.
>
> Yes, it is a CRT object. The fd is an index to an array of crt structs of which
> HFILE is but one member. Remember 'fd's support several posix modalities which
> aren't part of the Win32 API, so more context is required.
I think that gzdopen() should be removed from DLL. gzdopen() can be used only with static-lib.
More information about the Zlib-devel
mailing list