|
From: Alexander S.K. <al...@be...> - 2013-12-06 06:07:55
|
Itamar M. Lins Jr. Lins writes: > Hi! > I'm trying to compile some program here with version 2:18 > > @ 4,3 CONTAINER oCnt1 SIZE 190,58 ; > STYLE 2; > BACKCOLOR 16578289 ; > BACKSTYLE 2 //Here line 98! > oCnt1:Anchor := 75 > > ERROR: > hcalculator.prg(98) Error E0030 Syntax error "syntax error at '@'" > ... > @ 21,24 SAY EXTENDED oVisor CAPTION "0" SIZE 168,33 ; > STYLE SS_RIGHT +DT_VCENTER+DT_SINGLELINE; > BACKCOLOR 16578289 ; > FONT HFont():Add( 'Consolas',0,-24,400,,,) //Here line 191 > oVisor:Anchor := 75 > ERROR: > hcalculator.prg(191) Error E0030 Syntax error "syntax error at '@'" > ... > I've added these commands to hwg_extctrl.ch and fixed appropriate code. Should work now. Don't forget to #include hwg_extctrl.ch Regards, Alexander. |