home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 16026 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.8 KB  |  34 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!spool.mu.edu!umn.edu!csus.edu!netcom.com!erc
  3. From: erc@netcom.com (Eric Smith)
  4. Subject: Re: 32 bit compiler
  5. Message-ID: <1992Nov10.135752.15342@netcom.com>
  6. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  7. References: <1992Nov9.153133.27084@philabs.philips.com>
  8. Date: Tue, 10 Nov 1992 13:57:52 GMT
  9. Lines: 23
  10.  
  11. In article <1992Nov9.153133.27084@philabs.philips.com> kkt@philabs.philips.com (Kim-Kiat Tan) writes:
  12. >        Anyone knows whether Borland has any plan to develop 32 bits compiler 
  13. >for dos ? If they have plan, I might develop my software with Borland c++ and
  14. >wait for their 32bit compiler, or else most likely I will go with Zortech or
  15. >Meta C. My feeling is that Borland has grown and is showing sign of the "big"
  16. >corporation, I requested information thro' the magazines' info. request card,
  17.  
  18. Borland growing?  Their stock went from around 80 to around 30.  I would say
  19. they are shrinking rather than growing.
  20.  
  21. I have been using Zortech for 32 bits, but am now porting my code to NT.  The
  22. $69 CD-ROM includes the complete 32-bit Microsoft C/C++ compiler version 8.
  23.  
  24. The only real complaint I have is that Zortech and Microsoft are so
  25. incompatible with each other, I have to keep rebooting my computer to
  26. switch back and forth while porting.  Programs compiled with Zortech's
  27. 32-bit X model apparently won't work with NT, even though they are
  28. supposed to be Windows compatible.  And every time I reboot to NT, I
  29. have to log in, because I haven't yet found out how to bypass the login
  30. screen.  I would like to somehow automate the process such that I can
  31. reboot from one O/S to the other in the middle of a makefile and have it
  32. automatically continue the makefile, but I haven't figured out how to
  33. get past the login screen.
  34.