compilation error, why?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

compilation error, why?

Post by dragancesu »

Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/

demo.prg(207) Error E0030 Syntax error "syntax error at '@'"

1 error

No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
(C:\hmg344\harbour\bin\harbour.exe) -n2 demo.prg -DHBMK_HAS_HMG32=1 -q -oC:\Users\dragan\AppData\Local\Temp\hbmk_snzxnt.dir\ -iC:\hmg344\harbour\include -i. -iC:\hmg344\include
problem on BUTTON defined line
source in attacment
Attachments
demo.zip
(1.89 KiB) Downloaded 124 times
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: compilation error, why?

Post by jairpinho »

hello ,

on line 202 appears without the comma and an illegal character
     @ ("200‚ 50 "-> delete here and retype) BUTTON SAVE_4062;
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: compilation error, why?

Post by dragancesu »

Thank you
Post Reply