FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Compiler problem.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Compiler problem.
Posted: Mon Jun 12, 2017 05:41 AM
Guys:

I'm getting the following error:
Code (fw): Select all Collapse
.\test.PRG(320) Error E0030  Syntax error "syntax error at 'áá'"

** error 1 ** deleting .\obj\test.OBJ


offending line:
Code (fw): Select all Collapse
:bClrStd := { || { CLR_WHITE, IIF( Es_status == "P", CLR_HBLUE, CLR_HGREEN ) } }


Harbour 3.2.0 (r1601050904) FiveWin 16.06
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Compiler problem.
Posted: Mon Jun 12, 2017 10:53 AM

Delete the entire line and write it yourself, do not copy and paste from another source

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Compiler problem. (Solved)
Posted: Mon Jun 12, 2017 04:09 PM

Perfect !!!! Thank you very much !!!

Continue the discussion