Hey,
literally just installed DBP, and i was looking through the demo projects that come with it, and i after a while i found the a couple buttons that looked like it'd run it; F6 (debug) and F5.
when i pressed debug, it loads all the way to the end of " building executable " then stops.
when i press F5 to actually run the EXE i get this error message:
i thought that there might be something wrong with the projects for some reason.
so i wrote the hello world script;
Rem Project: myapp
Rem Created: 23/05/2009 11:27:03
Rem ***** Main Source File *****
print "hello world"
wait key
and when i press F5 i still get this error, but when i press F6
a black screen comes up with Hello world, so i'm guessing that this is right.
help appreciated.