Travel6 mins ago
Running FreeBASIC
3 Answers
I work with Windows XP and, keen to get back to simple programming, I downloaded FeeBASIC. When I try to run it I get a DOS prompt saying C:/Program Files/ FreeBASIC. Where do go from there? Grateful for any help.
Answers
Best Answer
No best answer has yet been selected by chakka35. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.FreeBASIC is a command line compiler. You would use notepad to write the source code and save as a plain text file. Then you would use FreeBASIC to compile it.
http://www.freebasic.net/wiki/wikka.php?wakka= CompileCmdLine
If you want a more friendly development environment, you may be better off with Visual Studio Express. This is also free and allows for quite powerful Windows application development.
http://msdn.microsoft.com/vstudio/express/defa ult.aspx
http://www.freebasic.net/wiki/wikka.php?wakka= CompileCmdLine
If you want a more friendly development environment, you may be better off with Visual Studio Express. This is also free and allows for quite powerful Windows application development.
http://msdn.microsoft.com/vstudio/express/defa ult.aspx
Maybe you want an Amstrad Emulator?
http://www.sean.co.uk/books/amstrad/index.shtm
Or the equivalent for Windows would probably be QBasic.
http://www.geocities.com/area51/5967/qbasic.ht ml
I would still recommend looking into Visual Studio Exptress though.
http://www.sean.co.uk/books/amstrad/index.shtm
Or the equivalent for Windows would probably be QBasic.
http://www.geocities.com/area51/5967/qbasic.ht ml
I would still recommend looking into Visual Studio Exptress though.
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.