Hallo,
I would like to compile zlib as a dll.
The zlib doc says:
* The symbols are exported by name, not by ordinal.
* The exported names are undecorated.
* The calling convention of functions is "C" (CDECL).
But I can not find a compiler-option for undecorated cdecl.
What is the right switch?
czerny