Well I finally bought DBPro after seing on the shelves of CompUSA.. I used DarkBasic back in the good ole' days of DB1.3+.. I stopped using after that whole multiplay command issue came up.. at that time i had bought DarkBasic two different times. This is my third.
Well, after shruging off the lameness of the manual design and overall presentation of the inside of the DBPro box (the old DarkBasic set was great).. I decided to try to something easy first.. since I hadn't touched DB in years. I decided to set the res to 1024x768x24, set a font size of 18, and print 'test' on the screen.. then wait for a keypress to close. I've tried many many different ways.. "suspend for key" "wait key" and the method I show here (a wait for an esc keypress).. each time, the program just hangs.. and i must alt+f4 out of it, THEN kill the task from the task manager (which, btw, the task was sitting at 95% cpu usage on my 1.4ghz).. Can anyone tell me what i'm doing wrong here?
sync on : sync rate 60 : backdrop off : hide mouse
if check display mode(1024,768,24)=1 then set display mode 1024,768,24
set text size 18
print "Loading..."
while inkey$() <> chr$(13)
sync
wait 100
endwhile
end
- edit
Also, that simple program:
print "hello world"
wait key
doesn't work.. when I press 'run', it sits at the desktop, i have to kill the application from the xp task manager..
I'm assuming my GForce4 card is supported by DBPro, being that all the demos run fine..
"I LIKE MARSHMELLOWS!" - Homestar Runner