GLBasic forum

Main forum => GLBasic - en => Topic started by: Minion on 2007-Mar-25

Title: Compiler error - using inline
Post by: Minion on 2007-Mar-25
I got the below error and for the life of me have no idea why ! Can anyone shed any light as to why ?

Code (glbasic) Select
compiling:
C:/DOCUME~1/Owner/LOCALS~1/Temp/glbasic/gpc_temp0.cpp: In function `DGInt __GLBASIC__::blur()':
C:/DOCUME~1/Owner/LOCALS~1/Temp/glbasic/gpc_temp0.cpp:41: error: expected `)' before ';' token
C:/DOCUME~1/Owner/LOCALS~1/Temp/glbasic/gpc_temp0.cpp:41: error: expected `;' before ')' token
*** FATAL ERROR - Please post this output in the forum
_
Title: Compiler error - using inline
Post by: Minion on 2007-Mar-26
Ignore the above, it was just me being a tit !
Title: Compiler error - using inline
Post by: Kitty Hello on 2007-Mar-26
Missed a ';' ;)