Compile on the Fly

May 19, 2010
This page will compile Microsoft QuickBASIC .BAS files to an .EXE file.

NOTE: I cannot cerifiy that the EXE you get back will be correct, free of errors, and so on. I make the best effort to compile your file and return it to you unharmed, but this is not always possible.

It is also imperative to note that the source code you upload will be retained on the server for an unknown length of time. I do try to remove them, but this isn't always possible.

Compilier Notes and Limitations:
  • EXEs are compiled as STAND ALONE exes. I do not currently have it set up to require BCRUN45.EXE
  • You may only compile a .BAS file to and EXE, there is no support for external libraries.
  • After compilation, if your EXE download is not available, consider reading the compiler debug information.
Upload the BAS:






*-The compiler signature will add "Compiled on www.robert-lerner.com. This software is not associated with this webiste." to your EXE when ran as follows:
EXENAME.EXE COMPILER

This code appears before any of the other code, and should not affect the output. This is voluntary, but it would be nice if you allowed it to be added to your EXE.



Name:

No comments yet! Be the first!