Problems with 0.73 source
Posted: Sat Nov 11, 2006 11:08 pm
Hi!
I'm trying to compile 0.73 source with BlitzMax Demo 1.10 and I get an error when compiling common.bmx:
Compile Error
Expecting identifier but encountered FlushMem
This happens in lines 7-9. If I comment those lines I manage to build more code, but I get this error all along the menu.bmx file:
Compile Error
Identifier 'Timer' not found
For instance, this happens in lines with the code
and
What should I do to skip these errors and get an EXE?
Thanks.
I'm trying to compile 0.73 source with BlitzMax Demo 1.10 and I get an error when compiling common.bmx:
Compile Error
Expecting identifier but encountered FlushMem
This happens in lines 7-9. If I comment those lines I manage to build more code, but I get this error all along the menu.bmx file:
Compile Error
Identifier 'Timer' not found
For instance, this happens in lines with the code
Code: Select all
Local menu_timer:Timer = CreateTimer(40)
Code: Select all
WaitTimer(menu_timer:TTimer)
Thanks.