IsZip() and the others

Post Reply
User avatar
toyet
Posts: 39
Joined: Thu Apr 05, 2007 12:52 am
Location: Philippines

IsZip() and the others

Post by toyet »

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
User avatar
toyet
Posts: 39
Joined: Thu Apr 05, 2007 12:52 am
Location: Philippines

Re: IsZip() and the others

Post by toyet »

Antonio,

My apologies, looks like these functions don't belong to fivewin.

Toyet
Post Reply