ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

First Program - how do I convert it from .bas to .exe?

(1/1)

alecjw:
Yay! I'm programming my first program! But how do I convert it from a .bas to a .exe?

Veign:
BAS in what?  VB / VBA?

Gerome:
Hello,

With Quickbasic 4.5 or + (16 bits aka machines running < NT 4.0) basic files aka .bas can be converted to exe.

With VB you can make even better programs, but reliying onto runtimes aka extra DLL files to make those Executable (32 bits >= win95 up to Vista) running.

But you can also try another free 'basic' language where .bas are replaced by .fbs that can be compiled into standalone Executrable without any extra runtimes... :)

Navigation

[0] Message Index

Go to full version