home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2498 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!dicks
  3. From: dicks@cfsmo.honeywell.com (Richard D. Schlotfeldt)
  4. Subject: Compiler for C++ templates?
  5. Keywords: C++ templates Microsoft Borland GNU
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: J. Random Misconfigured Site
  8. Date: Wed, 16 Dec 1992 18:07:10 GMT
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Message-ID: <1992Dec16.180710.16154@sol.ctr.columbia.edu>
  11. Summary: Looking for C++ template support in a Windows NT compiler
  12. X-Posted-From: sun3a-hyde.honeywell.com
  13. NNTP-Posting-Host: sol.ctr.columbia.edu
  14. Lines: 22
  15.  
  16. Currently Microsoft C++ does not support templates (the templdef
  17. sample doesn't qualify). Borland does support templates but has
  18. not yet released a compiiler for Windows NT. What should one do?
  19.  
  20.  - Hope for support in the next SDK drop? Somehow I doubt it.
  21.  
  22.  - Call Borland and beg?
  23.  
  24.  - Use the gjgpp dos port of gcc 2.2.2? If it would work in a DOS
  25.    window that might serve as a temporary solution but I don't
  26.    think its 32 bit memory management is compatible with
  27.    Windows NT so I don't think it works at all.
  28.  
  29.  - Port gcc to Window NT as a posix application? I would guess
  30.    that is non-trivial.
  31.  
  32.  - Is there another source for this technology?
  33.  
  34. Thanks for any suggestions.
  35.  
  36. Dick Schlotfeldt
  37.  
  38.