First post, by llm
im doing some CodeView debug format analysis so i need the different compiler/linker versions and im used to run compilers on commandline for the last >25years as a developer š
this is my CL.EXE run
cl /Zi /Od /AS /c HELLO.C
Microsoft C 5.x CL.EXE/LINK.EXE running without problem and create a working DOS exe
but when i switch to 6.x i get
This program cannot be run in DOS mode.
or with 7.x
run-time error R6901- DOSX32 : This is a protected-mode application that requires DPMI(DOS Protected Mode Interface) services. Examples of hosts that providethese services include:- a DOS session under Windows 3.x in enhanced mode- Qualitas' 386MAX or BlueMAX version 6.x
are there any settings in dosbox to get them running?
it seems to be a incompatiblity between DOSX32 and dosbox, using DOS32A (9.x and the newly release 26.x) doesn't work (telling that the format of the CL.EXEs are not supported), dosbox-staging and dosbox-x got the same problem
i hope i can prevent installing a real DOS or Win 3.x in a VM - would make my testing less easier
