Menu

executable file

Anonymous
2015-12-07
2015-12-07
  • Anonymous

    Anonymous - 2015-12-07

    How does one go about compiling a PC Basic program into an executable file? That is, a standalone file with an .exe extension?

     
    • Rob Hagemans

      Rob Hagemans - 2015-12-07

      You could try FreeBASIC or QB64 - both are QuickBASIC-compatible compilers; you may have to adapt your source code a bit for it to work with them. PC-BASIC itself is an interpreter only and can't produce executable binaries.

      Hope this helps,
      Rob