That would be Visual C++ v1.52 (product name).
It's available to MSDN subscription holders.
AFAIK, it's not available as a free download to the public.
The MSVC compiler does not run on a 16 bit platform.
It relies on a 32-bit DOS extender. It will generate code
that can be run on the 16-bit DOS platform.
If you are willing to compile on a modern Windows
platform (one offering the Win32 API), and merely
wish to *target* 16-bit DOS systems, then you may
want to consider the Digital Mars C++ compiler.
It can be downloaded for free starting at: http://www.digitalmars.com/
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.