FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Errors in Fwh 9.09
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Errors in Fwh 9.09
Posted: Wed Sep 23, 2009 02:25 PM
Antonio,

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 (fw): Select all Collapse
::oFactor:Set3dLook(.T.)


A similar problem occurs in the WBROWSE class at :
Code (fw): Select all Collapse
::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.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Errors in Fwh 9.09
Posted: Thu Sep 24, 2009 09:29 AM
Michel,

You are not using the most recent FiveWin.ch

Please remove these lines or use the right FiveWin.ch :-)
Code (fw): Select all Collapse
#ifndef __CLIPPER__ 
   #define Set3dLook(x) 
#endif
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion