Problems with 0.73 source

Only for the brave!
Post Reply
stage7
Soccer fan
Soccer fan
Posts: 45
Joined: Thu Dec 08, 2005 12:07 am
Location: Albacete (Spain)
Contact:

Problems with 0.73 source

Post 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.
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

Re: Problems with 0.73 source

Post by Massimo32 »

Did you try with blitzmax demo 1.12?
stage7
Soccer fan
Soccer fan
Posts: 45
Joined: Thu Dec 08, 2005 12:07 am
Location: Albacete (Spain)
Contact:

Post by stage7 »

So, it was that... Now it compiles perfect :D I'll show some improvements I made when I come back home.

Thanks ;)
stage7
Soccer fan
Soccer fan
Posts: 45
Joined: Thu Dec 08, 2005 12:07 am
Location: Albacete (Spain)
Contact:

Post 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
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

Post 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.
Post Reply