문제

I want to create a 16 bit Dos application and want it to run using the NTVDM.exe on my 32bit windows 7 machine. How do I do it? I basically want my application to do the file operations through the NTVDM and for that I think I'll need a 16 bit application first, Is there any other way?

  • I don't need an Emulator, I need to create an 16-bit app
도움이 되었습니까?

해결책

A couple free C/C++ compilers that claim 16-bit (MS-DOS and Win16) support are the Digital Mars compiler and the Open Watcom Compiler.

The Open Watcom webpage is unresponsive at the moment... There's a SourceForge download page though.

다른 팁

The last Microsoft Visual C++ compiler for 16-bit was 1.52c, available on MSDN Subscriber Downloads.

For free ones, see Looking for 16-bit x86 compiler.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top