Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a 16bit application?

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
like image 554
WIN_SOM_LIV Avatar asked Mar 15 '26 17:03

WIN_SOM_LIV


2 Answers

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.

like image 177
Michael Burr Avatar answered Mar 18 '26 11:03

Michael Burr


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.

like image 31
Mark Tolonen Avatar answered Mar 18 '26 10:03

Mark Tolonen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!