PB 5.0 B8, zlib.lib extrn crc32, reserved symbol error, x64
Posted: Sat Nov 03, 2012 7:37 am
Trying to do a ImportC "zlib.lib" fails if trying to import crc32().
AFAIK crc32 is a x64 instruction, so there could be a conflict there.
---------------------------
PureBasic - Assembler error
---------------------------
PureBasic.asm [xxx]:
extrn crc32
error: reserved word used as symbol.
Compiling zlib.lib with the -DZ_PREFIX flag might be one solution.
AFAIK crc32 is a x64 instruction, so there could be a conflict there.
---------------------------
PureBasic - Assembler error
---------------------------
PureBasic.asm [xxx]:
extrn crc32
error: reserved word used as symbol.
Compiling zlib.lib with the -DZ_PREFIX flag might be one solution.