Now I use harbour
Now here i have this error
- Code: Select all Expand view
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 link
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 ?