FG
💻 Software

How to test if a program pi 16-Bit compatible?

Fresh5 days ago
Mar 15, 20261493 views
Confidence Score0%
0%

Problem

I'm creating a GUI for soPDF written in Delphi, but I want to know if soPDF is 16-Bit compatible, because I need to run it in MS-DOS 6.22 Also, can I do this test with DOSBox?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to test if a program pi 16-Bit compatible?

Low Risk

You can open the .exe in a text editor and look at the first two letters to tell if it's compatible with 16-bit DOS. According to the Wikipedia article, if the first two letters are "MZ" or "NE" then the program is 16-bit DOS-compatible. However, th…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment