home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20203 < prev    next >
Encoding:
Internet Message Format  |  1993-01-26  |  1.9 KB

  1. Xref: sparky comp.lang.c:20203 comp.os.msdos.programmer:12457
  2. Path: sparky!uunet!utcsri!torn!spool.mu.edu!nigel.msen.com!heifetz!ais.org!roofus!empath
  3. Message-ID: <765369d8168343t17@roofus.ann-arbor.mi.us>
  4. Date: Monday, 25 January 1993 22:38:19 EST
  5. X-Mailer: TMail version 1.14R
  6. From: "Tim Triemstra" <empath@ais.org>
  7. Organization: Empath Software
  8. References: <1993Jan25.222125.25160@news.acns.nwu.edu>
  9. Subject: Re: 32 bit compilers and environments
  10. Newsgroups: comp.lang.c,comp.os.msdos.programmer
  11. Distribution: world
  12. Lines: 31
  13.  
  14. In <1993Jan25.222125.25160@news.acns.nwu.edu>, phantom@casbah.acns.nwu.edu (James Choi)  wrote:
  15.    >1.  What is the best 32 bit fortran compiler?
  16.    >2.  What is the best 32 bit c compiler?
  17.    >3.  Can windows multi-task 32 bit codes? (no graphics)
  18.    >4.  Can desq view multi-task 32 bit codes?
  19.    >5.  Can os2 multi-task 32 bit codes?  (stupid question, but just to make
  20.    >    sure)
  21.  
  22.  Question 5 is definitely not stupid, as it is very conditional.  Alot of
  23.  DOS extenders (which are basically needed for 32bit compiled C programs)
  24.  don't work correctly under an OS/2 DOS window.  I have gone through a few
  25.  versions of the FlashTek DOS Extender (x32vm) for use with Zortech or
  26.  Watcom.  The recent releases seem to work about right.  They had some
  27.  problems with the associated mouse code to their graphics libraries but
  28.  everything looks ok now.
  29.  
  30.  There are of course many different ways you can get into 32bit modes that
  31.  WON'T work under OS/2.  I believe one is true protected mode, and I'm pretty
  32.  sure (more sure than I am about the protected mode) that the virtual 8086
  33.  modes WON'T work under OS/2 as that is the mode that it is already using.
  34.  
  35.  Worth looking into though.
  36.  
  37.  Tim.
  38.  
  39.  
  40. -------------------------------------------------------
  41. | When the end comes, there will be two men standing: |
  42. |   Me, and the guy I gotta kill.   - Gosh I'm EVIL   |
  43. ------ Tim Triemstra ------------- empath@ais.org -----
  44.