Page 1 of 1

Problems with 0.73 source

Posted: Sat Nov 11, 2006 11:08 pm
by stage7
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

Code: Select all

Local menu_timer:Timer = CreateTimer(40)
and

Code: Select all

WaitTimer(menu_timer:TTimer)
What should I do to skip these errors and get an EXE?

Thanks.

Re: Problems with 0.73 source

Posted: Mon Nov 13, 2006 12:39 pm
by Massimo32
Did you try with blitzmax demo 1.12?

Posted: Wed Nov 15, 2006 1:15 pm
by stage7
So, it was that... Now it compiles perfect :D I'll show some improvements I made when I come back home.

Thanks ;)

Posted: Fri Nov 24, 2006 4:14 pm
by stage7
Hi,

this is some progress I've achieved by just modifying some lines in the menu file and creating a new background image:

Image

I hope I'll redesign the graphical aspect entirely someday, but I still can't write a single line in BlitzBasic because I don't know the language! :D

Posted: Sat Nov 25, 2006 10:58 pm
by Massimo32
stage7 wrote:Hi,

this is some progress I've achieved by just modifying some lines in the menu file and creating a new background image:

Image

Nice work!

I hope I'll redesign the graphical aspect entirely someday, but I still can't write a single line in BlitzBasic because I don't know the language! :D
It requires time to learn the language, but it´s not too difficult.