Recompiling an legacy BASIC program with .BAS files for 64-bit machines

123 Views Asked by At

I have an old program written in Microsoft compiled BASIC that consists of two .BAS files. The only executable I have is a 16-bit .exe file compiled with QuickBASIC 7.x, designed for old machines (80286,80386,80486 Intel based) operating Microsoft DOS version 3.3 or higher. I want to run this program on a newer machine, but it is not compatible with the 16-bit executable. Is there any way to recompile this program for newer machines (Windows or MacOS)?

Additional Context:

The program is written in Basic and consists of two .BAS files and a .MAK linker file.
The goal is to run this program on a newer machine, which is not compatible with 16-bit executables.
Is there any solution or workaround to recompile the program for newer machines?
If possible, please provide step-by-step instructions or suggestions on how to achieve this.

The only available executable is a 16-bit .exe file, but it is not compatible with newer machines.

0

There are 0 best solutions below