Antonio,
when i compiled a running program with FWH1304/xHarbour/xCC, IsZip() and also the other ZIP functions were rendered Unresolved Externals,
xLINK: error: Unresolved external symbol '_HB_FUN_ISZIP referenced from (licmanag.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_GETFIRSTINZIP referenced from (licmanag.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_GETNEXTINZIP referenced from (licmanag.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_CLOSEZIPFILE referenced from (licmanag.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_UNZIPFILE referenced from (licmanag.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_ZIPFILE referenced from (tcbackup.obj)'.
maybe I missed some libraries here. so far, I have included:
mem32.lib, send32.lib
Thanks in advance.
Toyet
IsZip() and the others
Re: IsZip() and the others
Antonio,
My apologies, looks like these functions don't belong to fivewin.
Toyet
My apologies, looks like these functions don't belong to fivewin.
Toyet