Microsoft Visual Studio v1.5

G

Guest

Anybody has a MSVC v1.5 compiler? Is this the only compiler that can run on
native 16 bit DOS?
 
P

Peter van der Goes

nasha said:
Anybody has a MSVC v1.5 compiler? Is this the only compiler that can run
on
native 16 bit DOS?

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.
 
G

Guest

Is this version still offered for purchase? Where should I purchase? Don't
seem to be able to find it from any website.
 
C

Carl Daniel [VC++ MVP]

nasha said:
Is this version still offered for purchase? Where should I purchase?
Don't seem to be able to find it from any website.

You can get it two ways, as far as I know:

1. Buy a current copy of Visual C++ and "downgrade" to 1.52c. You have to
call Microsoft to order the downgrade.

2. Get an MSDN subscription (Professional level or above).

-cd
 
L

Larry Brasfield

nasha said:
Anybody has a MSVC v1.5 compiler? Is this the only compiler that can run on
native 16 bit DOS?

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/
 

Ask a Question

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.

Ask a Question

Top