How do I convert QBasic programs

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
amoniha
Newbie
Posts: 3
Joined: Wed Feb 09, 2011 1:33 am

How do I convert QBasic programs

Post by amoniha »

How do I convert QBasic programs so they can run on their own application? I have programs on QBasic that I want to send to my friends, but they can't download QBasic. Help? I also really want to just have programs.
_________________________
market samurai ~ marketsamurai ~ marketsamurai.com
Last edited by amoniha on Mon Jun 11, 2012 7:12 am, edited 1 time in total.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

You can compile the code, but most Qbasic programs will not run on Windows VISTA, 7 or 8 without DOSBOX so you need QB64 to run them. You would also need to send the DLL files with the QB64 compiled EXE files for other people to run.


Here is QB4.5 compiler download for XP or older: http://dl.dropbox.com/u/8440706/QB45.zip

You can download QB64 here: http://www.qb64.net/forum/index.php?board=2.0
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Post Reply