Qbasicnews.com
FBI - FreeBasicIDE - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Projects (http://qbasicnews.com/newforum/forum-16.html)
+---- Thread: FBI - FreeBasicIDE (/thread-5280.html)

Pages: 1 2 3


FBI - FreeBasicIDE - aetherfox - 12-09-2004

Stop using Shell altogether, and steal FBC's console output. It's the proper way of doing it. Use the API functions for it.


FBI - FreeBasicIDE - adosorken - 12-09-2004

seph, do you suppose it's possible that no file is being created because there's to data to place into it? If you're not using verbose mode, and there's no errors, fbc doesn't return anything. Try compiling code that is intentionally flawed to get some kind of output.


FBI - FreeBasicIDE - seph - 12-10-2004

that is originally how i wanted to do it, by reading the console directly. but i found no functions to do so. can you help me out please?