Microsoft C/C++ 7.0 compatibility

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

I need to edit an old dos program that was written with Microsoft C/C++

7.0 (circa 1991?). I have the orig. MS floppies, but no MS 3.1 OS
nearby. Can I install this package on a machine with Windows 2000? I
have no other developer package by MS. Thanks.
 
bob said:
I need to edit an old dos program that was written with Microsoft C/C++

7.0 (circa 1991?). I have the orig. MS floppies, but no MS 3.1 OS
nearby. Can I install this package on a machine with Windows 2000? I
have no other developer package by MS. Thanks.

FWIW: I don't know for sure.

I can tell you that MS has not shipped a 16 bit development tool in about a
decade. That said, I would expect that the command line tools work. I would
be quite surprised if you could get either PWB or the IDE to work.

I can tell you that I keep the 16 bit compiler on an XP/SP2 box here just
for giggles. I just used it to compile and link K&R's famous hello world
program. The compiler is reports version 8.0c and a copyright date of 1993.
I think it is the one that shipped with Visual C++ 1.52C. In any event, the
test compiled, linked and ran successfully.

Regards,
Will
 
Back
Top