source\cross\hdrawn.prg(688) Error E0020 Incomplete statement or unbalanced delimiters source\cross\hdrawn.prg(716) Error E0030 Syntax error: "syntax error at '}'" xHarbour 1.2.3 Intl. (SimpLex) (Build 20170228) Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/ Type: C >>>Couldn't build: hdrawn.c<<<
Now I get it, I still have an old version of Hwgui that previously had GETVALUE(). But with your tip I understood and I will solve it here.
There is no \source\winapi\hradio.prg CLASS HRadioGroup INHERIT HObject CLASS VAR oGroupCurrent DATA aButtons DATA nValue INIT 1 DATA bSetGet DATA oHGroup METHOD New( vari, bSetGet ) METHOD NewRg( oWndParent, nId, nStyle, vari, bSetGet, nLeft, nTop, nWidth, nHeight, ; cCaption, oFont, bInit, bSize, tcolor, bColor ) METHOD EndGroup( nSelected ) METHOD Value( nValue ) SETGET METHOD Refresh() INLINE iif( ::bSetGet != Nil, ::Value := Eval(::bSetGet ), .T. ) ENDCLASS
Still getting error when compiling with xHarbour + bcc72 Embarcadero C++ 7.20 for Win32 Copyright (c) 1993-2016 Embarcadero Technologies, Inc. xbp\hlistbox.c: Type: C >>>harbour.exe -o"xbp\hmisc.c" -m -n -pOxbp\ -q -gc0 -I"include" -I"d:\devel\xharbour_bcc7\include" "source\winapi\hmisc.prg"<<< source\winapi\hmisc.prg(1140) Error E0025 Error in #if expression xHarbour 1.2.3 Intl. (SimpLex) (Build 20170228) Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/ Type: C >>>Couldn't...
Thanks
Error compile xharbour 1.2.3 + Bcc 7.2 - hdrawn
CLASS HRadioGroup
Error compile xharbour 1.2.3 + Bcc 7.2