open-watcom / open-watcom-v2

Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Other
989 stars 162 forks source link

question: run compiled EXE by another program #1223

Closed ghost closed 9 months ago

ghost commented 9 months ago

Hi

I have installed open watcom on windows 10 64 bit and I can successfully compile win16 api EXE. However I want to use winevdm (https://github.com/otya128/winevdm) to run the 16 bit EXE on 64 bit windows (which works when running it manually).

Is there a way we can configure open watcom to let it run the compiled EXE by specifying a program to run the compiled EXE (which is in my case winevdm)?

ghost commented 9 months ago

Sorry it seems to work. I didn"t install winevdm correctly