How to compile .bas to make an application?

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
User avatar
Austin
Coder
Posts: 36
Joined: Wed Aug 01, 2007 6:09 am
Location: Colorado
Contact:

How to compile .bas to make an application?

Post by Austin »

How can I compile or do something to my .bas file so it will run without people having to have QBASIC on there computer. Because right now when I send my programs to other people I just send them my .bas ... And I tell the to go install QBASIC to run it.
But isn't there a way to compile a .bas into a .exe or something so it will run on all windows machines without QBASIC?

Regards,
Austin

P.S. I'm using QBASIC 1.1 .
Anonymous

Post by Anonymous »

Hi,

You need atleast QB4.5 to do that, though it is technically illegal(I think) to download it you can probably find a download quite easy. I think this has it http://www.geocities.com/Axiom43/quickbasic.html .Or you could use FreeBasic to compile(make into an exe) it as long as you compile with -lang qb, check it out here http://www.freebasic.net/index.php
FreeBASIC
User avatar
Austin
Coder
Posts: 36
Joined: Wed Aug 01, 2007 6:09 am
Location: Colorado
Contact:

Post by Austin »

Thanks Nixon! Fully compiled to a .exe in QBasic 4.5, you rock man thanks for the help.

-Austin
Post Reply