home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18573 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.6 KB

  1. Path: sparky!uunet!nwnexus!ole!rwing!fnx!nazgul!bright
  2. From: bright@nazgul.UUCP (Walter Bright)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Zortech C++ v3.1
  5. Message-ID: <1549@nazgul.UUCP>
  6. Date: 30 Dec 92 07:42:30 GMT
  7. References: <1535@nazgul.UUCP> <1had12INNt5@news.aero.org> <1543@nazgul.UUCP> <1992Dec28.065134.16783@netcom.com>
  8. Reply-To: bright@nazgul.UUCP (Walter Bright)
  9. Distribution: usa
  10. Organization: Zortech, Seattle
  11. Lines: 19
  12.  
  13. In article <1992Dec28.065134.16783@netcom.com> erc@netcom.com (Eric Smith) writes:
  14. /Is version 3.1 of the compiler much different from 3.04, or does it
  15. /mainly just add features?  Which of the bugs in version 3.04 have been
  16.     It adds templates, AT&T 3.0 compatibility (no exception handling),
  17.     precompiled headers, Multiscope debugger, Whitewater resource
  18.     toolkit, Windows 3.1 support.
  19. /fixed in version 3.1?  How much memory will the Windows version
  20.     Over 500 bugs and enhancements have been done. QA has a list
  21.     and they could tell you the specifics.
  22.     Me, once I make an improvement and add it to the test suite
  23.     I don't look backwards, I forget about it and move on to the
  24.     next set of enhancements customers want.
  25. /support?  3.04 was able to support a lot of memory by using old DOS
  26. /software with VCPI, but was limited to 16 megabytes with Windows/DPMI.
  27. /Does the new version still have that limitation, and does it still
  28. /support more than 16 megabytes with VCPI?
  29.     The Zortech DOS extender still supports DPMI, VCPI, XMS and bare
  30.     metal. My understanding was that the 16Mb limitation was a limitation
  31.     of Windows' DPMI implementation, not the DOS extender.
  32.