I' m trying to Convert old progam made with xharbour into harbour
Now I use harbour
Now here i have this error
the lines of old my app are :
SELECT SP
SP->(Db_Zap())
SP->(Db_Pack())
While for DbPack I found this
FUNCTION DbPack() ; RETURN __DbPack()
I not found any information for db_Pack and db_zap
How I resolve it ?
Now I use harbour
Now here i have this error
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_DB_ZAP' referenced from C:\WORK\ERRORI\SETTA_BMP\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_DB_PACK' referenced from C:\WORK\ERRORI\SETTA_BMP\OBJ\TEST.OBJ
Error: Unable to perform linkthe lines of old my app are :
SELECT SP
SP->(Db_Zap())
SP->(Db_Pack())
While for DbPack I found this
FUNCTION DbPack() ; RETURN __DbPack()
I not found any information for db_Pack and db_zap
How I resolve it ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com