but it make errors
I also insert into file batch hbzip.lib but the compilation not found these functions
- Code: Select all Expand view
[1]:iLink32.Exe -Gn -aa -Tpe -s @testuzip.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_UNZIPFILE' referenced from C:\WORK\FWH\SAMPLES\OBJ\TESTUZIP.OBJ
Error: Unresolved external '_HB_FUN_ISZIP' referenced from C:\WORK\FWH\SAMPLES\OBJ\TESTUZIP.OBJ
Error: Unresolved external '_HB_FUN_GETFIRSTINZIP' referenced from C:\WORK\FWH\SAMPLES\OBJ\TESTUZIP.OBJ
Error: Unresolved external '_HB_FUN_GETNEXTINZIP' referenced from C:\WORK\FWH\SAMPLES\OBJ\TESTUZIP.OBJ
Error: Unresolved external '_HB_FUN_CLOSEZIPFILE' referenced from C:\WORK\FWH\SAMPLES\OBJ\TESTUZIP.OBJ
How I can compile it ?