Dmitry Timoshkov wrote:
"Chris Morgan" cmorgan@alum.wpi.edu wrote:
I have a .com application that is calling out to dos int21 4Bh to load and execute a program.
<snip>
If that is what Windows really does, then your approach is certainly right.
<more snippage>
Would it not be better (at least under Linux) to simply allow the normal OS load process to handle this? Since Linux can be configured to directly call Wine to run DOS/Windows binaries, the would allow them to run normally, plus if you wished to replace the DOS program with an equivelent native program it would still work.