Donate SIGN UP

Running FreeBASIC

Avatar Image
chakka35 | 14:50 Thu 13th Jul 2006 | Technology
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.
Gravatar

Answers

1 to 3 of 3rss feed

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
Question Author
Many thanks, OBonio, but I'm afraid that your advice goes over my head. All I want to do is start up the program so that I can use BASIC as I used to do in the days of my trusty old Amstrad! Please assume less co mputer-saviness on my part. Thanks again.
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.

1 to 3 of 3rss feed

Do you know the answer?

Running FreeBASIC

Answer Question >>

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.