[Zlib-devel] zlib 1.2.0.1 available for testing
Dmitriy Anisimkov
anisimkov at omsknet.ru
Thu Apr 3 01:39:01 EST 2003
Cosmin Truta wrote:
> /* a fully Win32-compliant compiler */
> # define ZEXPORT WINAPI
> # define ZEXPORTVA CDECL
Cosmin,
I still have no source compartibility.
The build under Win32 is still WINAPI
(for DLL and for static library),
But I need to write applications for both Unix and Windows.
And I need to use the same calling convention on all platforms.
I'm sure for the most portability of the ZLib the calling convention should be the same on all platforms, at least by default.
Ok, if it is not possible, could you give me the some point, where I should put some options in the ./configure or in the make call, for be able to build ZLib with the same CDECL calling convention on all platforms ?
More information about the Zlib-devel
mailing list