Help - the editor doesn't recognise the commands MOUSEWAIT and KEYWAIT

Previous topic - Next topic

Kitty Hello

QuoteProject 1.gbas (failed to open)

Oh dear! Did you use the project wizard to create the project? It's very strange.

Woka

My name > Documents> GLBasic > Project1 > The project is here.

In the GLBasic folder are also the folders Samples and Template.

Woka

Quote from: Kitty Hello on 2009-Aug-20
QuoteProject 1.gbas (failed to open)

Oh dear! Did you use the project wizard to create the project? It's very strange.

Yes, I used the project wizard.

Woka

I put a new code, so it can be repeated:

QuoteSETSCREEN, 640, 480, 0
WHILE TRUE
PRINT "HELLO", 100, 100
SHOWSCREEN
MOUSEWAIT
WEND
END

The code doesn't repeat itself. It behaves like before.

Kitty Hello

The compiler does not compile your program.
AHHHH!
Please don't have any greek characters in the whole path!

Woka

My operating system is in Greek but I use only english characters.

Why something tells me I am never going to solve the problem?

MrTAToad

Give the enclosed zip file a go.

If it works (and it should), then there is a problem with your project.

In which case, can you zip up the complete project and attach it to a message.

[attachment deleted by admin]

Hemlos

Sounds like GLBasic is installed in a system directory.

If you installed GLBasic to your windows documents, then try this:
1. uninstall it completely from your control panel.
2. reinstall to the default directory.

Perhaps a compatibility issue in your system....
So...dont use spaces in your project name.
See if this helps.....start a new project from scratch with no spaces in name.
Bing ChatGpt is pretty smart :O

Woka

GLBasic is saved in the deafault directory. The project name has no spaces in its name.

Kitty Hello


Woka

I solved the problem, I only had to change the hard disc and computer icons to english. Thank you all.