Qbasicnews.com

Full Version: Whats up with my IDE??????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was just messing with the "-s gui" opption to see how it worked,. it worked fine, but I closed the IDE, then came back, and Quick Run refused to run, only "Compile and Run" worked.. I'm not one who likes compiling every thing when I go to test....

Quote:.....Could not run (pathnamestuff)/fbctemp.exe.. Premission denied...

:???: Of all the annoying things, I didn't need this......
Well if you didn't close the execution of the application you're compiling, it will alwyas give you that (when you try to compile and run the same one...fbctemp.exe is the temp file given to the compilation so it tries to write to fbctemp.exe (when you recompile) but it can't because it's still executing.
Smile Right,. hit "Ctrl+Alt+Del" and it was there running... how do you keep it from doing that?
Well i'd implement a exit function in your program. and that function should STOP the program...or is it END? one of those should stop it from doing that ;-
Yep, the END worked,.. Big Grin Thanks! :wink:
Kewl :-)...you're very welcome :-)
you could have it so that when you press a certain key, the program will quit. You'd need to put in a hook or something though.