i have some (old) Code which run under Cl*pper and Xbase++
i have try same Code under harbour and got 3 "missing"
so i addFExists()
F2BIN()
BIN2F()
Code: Select all
#IFDEF __XPP__
#ELSE
REQUEST HB_GT_WIN_DEFAULT
#xTranslate FExists => File
#ENDIFCode: Select all
libs=hbxpp.hbcwhy does Code not work under harbour ... only F2BIN() and BIN2F() can be the Problem
p.s. i have "extract" HB_FUNC from hbxpp and add i Demo Code