From: Wolfgang R. <wol...@ra...> - 2002-07-27 14:24:05
Hello
I use pnglib.a and zlib.a togetehr with MS VC++ without problems. If I
try to use only the gzip routines of zlib.a I get an unresolved symbol
__alloca
in the link phase.
Who to force MS VC++ to include this function. It is also defined in MS
malloc.h
include file.
Thanks Wolfgang