Sorry if this belongs elsewhere, it's BASIC, so VB is the closest. (By the way, long time no post for me, I'm back, yay)
Okay. I'm writing a game (a SRPG) in QBASIC (wicked leet, huh?) so that my friends can edit it and crap (I know other languages, but they don't). However, I can't run any programs that use graphics. Here's what happens:
I click Run > Start (in a graphical app, downloaded from petesqbsite.com as a test)
It hangs, I can't click anything, nothing loads.
Even if I use a small app like:
SCREEN 12
PRINT "Hello, World!"
It hangs.
Solutions?