I installed Fwh 9.09 today, but while building my application with xHarbour Builder (April 2009), I got a few errors.
I have made some minor changes to some classes : RPREVIEW, PRINTER and WBROWS.PRG in the past, so I need to add the classes to my application seperately.
But while building my application, I got an error :
Error E 0020 Incomplete statement or unbalanced delimiters
This error occured at :
- Code: Select all Expand view
- ::oFactor:Set3dLook(.T.)
A similar problem occurs in the WBROWSE class at :
- Code: Select all Expand view
- ::oGet:Set3dLook(.T.)
If I delete .T. in this statement, no error occurs and building goes on, followed by another error : FWGETNEW (function does not exist).
Any idea what is wrong ?
Thanks a lot in advance for any help.