home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2752 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.4 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!tad
  2. From: tad@wrq.com (Tad Marshall)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: NT C compiler
  5. Message-ID: <1iib0cINNlot@shelley.u.washington.edu>
  6. Date: 7 Jan 93 22:31:40 GMT
  7. Article-I.D.: shelley.1iib0cINNlot
  8. References: <1993Jan7.173215.17323@torsqnt.tor.sequent.com>
  9. Organization: Walker Richer & Quinn, Inc., Seattle, WA
  10. Lines: 19
  11. NNTP-Posting-Host: elmer.wrq.com
  12.  
  13. In article <1993Jan7.173215.17323@torsqnt.tor.sequent.com> hlpell@sequent.com (Howard Pell) writes:
  14. >I just got NT in the mail (YEAAAA) and have a question that MS help desk
  15. >cannot answer completely.  
  16. >
  17. >Is the C/C++ compiler on the NT CD the same as 7.00?  Especially, if I run
  18. >the compiler from DOS/Windows will it still generate 32-bit code, or will
  19. >it generate 16-bit code?  Is there a flag/switch to turn OFF the 32-bit
  20. >mode?
  21. >
  22. >MS help desk *claims/assumes* that it is a superset of 7.00 but cannot/will
  23. >not give me a definite answer.
  24.  
  25. The cl386 compiler is said to be front-end compatible with C 7.0, but it
  26. only generates 32-bit code.  MS has said that they intend to give the
  27. compiler the ability to generate 16-bit code at a later date (not
  28. necessarily before NT ships).  The compiler does not and will not run
  29. under DOS/Windows, except possibly under WIN32S.  I haven't tried.
  30.  
  31. -- Tad
  32.