FB Insomnia (no SLEEP)

General FreeBASIC programming questions.
Post Reply
toml_12953
Posts: 27
Joined: Jul 07, 2005 12:37
Location: Malone, NY
Contact:

FB Insomnia (no SLEEP)

Post by toml_12953 »

The following doesn't keep the output window on the screen at all

SLEEP

but

SLEEP n (where n > 0)

does. I'm using -lang qb, BTW.
coderJeff
Site Admin
Posts: 4326
Joined: Nov 04, 2005 14:23
Location: Ontario, Canada
Contact:

Post by coderJeff »

If you are using -lang qb and a GFX mode, then that was a bug fixed since the 0.18.3 release. Otherwise, SLEEP should work OK.
toml_12953
Posts: 27
Joined: Jul 07, 2005 12:37
Location: Malone, NY
Contact:

No SLEEP

Post by toml_12953 »

No, I'm not using a GFX mode and I am using 18.3. My machine is a 2.66 GHz Core 2 Duo w/4 GB RAM running Vista Ultimate 32-bit.
coderJeff
Site Admin
Posts: 4326
Joined: Nov 04, 2005 14:23
Location: Ontario, Canada
Contact:

Post by coderJeff »

My mistake, it was a bug with -lang qb and console mode too, sorry. It has been fixed for the next release though..
Post Reply