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)?
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)?