Freeware BASIC compiler

C

Chaos Master

hi.

Is there any freeware compiler for the BASIC language, with a syntax
that is compatible with Microsoft QuickBASIC?

I want to port some applications from their QuickBASIC source code from
DOS- and also because QuickBASIC only supports 640KB RAM.


--
Chaos Master®, posting from Canoas, Brazil - 29.55° S / 51.11° W

"People told me I can't dress like a fairy.
I say, I'm in a rock band and I can do what the hell I want!"
-- Amy Lee

Running on: 300MHz Pentium, 128MB RAM, 8.4GB HD, 56k modem, Windows 98
SE
Mozilla Firefox 1.0, Gravity 2.70, Wget as downloader
 
V

Vic Drastik

Chaos Master said:
hi.
Is there any freeware compiler for the BASIC language, with a syntax
that is compatible with Microsoft QuickBASIC?

I want to port some applications from their QuickBASIC source code from
DOS- and also because QuickBASIC only supports 640KB RAM.


XBasic

http://www.xbasic.org/

Freeware, open-source, 32-bit, 64-bit, Windows, Linux, fast, powerful, has a
QB-to-XB converter

http://www.maxreason.com/software/xbasic/qbtoxb.html


Vic
 
J

JanC

Chaos Master schreef:
Is there any freeware compiler for the BASIC language, with a syntax
that is compatible with Microsoft QuickBASIC?

I want to port some applications from their QuickBASIC source code from
DOS- and also because QuickBASIC only supports 640KB RAM.

FreeBASIC is a 32-bit BASIC compiler that's MS QuickBasic compatible (with
some exceptions where that's not possible because of the 16-bit segmented
memory vs. 32-bit flat memory differences.

<http://www.freebasic.net/>

It's still in development, but it seems to useable already.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top