提问人:Khalil Misbah 提问时间:5/23/2023 更新时间:5/23/2023 访问量:65
使用 重新编译旧版 BASIC 程序。用于 64 位计算机的 BAS 文件
Recompiling an legacy BASIC program with .BAS files for 64-bit machines
问:
我有一个用 Microsoft 编译的 BASIC 编写的旧程序,它由两个组成。BAS 文件。我拥有的唯一可执行文件是使用 QuickBASIC 7.x 编译的 16 位 .exe 文件,专为运行 Microsoft DOS 3.3 或更高版本的旧机器(80286、80386、80486 基于 Intel)而设计。我想在较新的机器上运行此程序,但它与 16 位可执行文件不兼容。有没有办法为较新的机器(Windows 或 MacOS)重新编译此程序?
其他上下文:
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.
唯一可用的可执行文件是 16 位 .exe 文件,但它与较新的计算机不兼容。
答: 暂无答案
评论