home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1872 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!alistair
  3. From: alistair@microsoft.com (Alistair Banks)
  4. Subject: Re: NT console mode?
  5. Message-ID: <1992Nov09.071639.13738@microsoft.com>
  6. Date: 09 Nov 92 07:16:39 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Nov5.055216.22305@emr1.emr.ca>
  9. Lines: 19
  10.  
  11. In article <1992Nov5.055216.22305@emr1.emr.ca> jagrant@emr1.emr.ca (John Grant) writes:
  12. >I don't have NT and will wait until it's released, but I've been listening
  13. >in on all of the (interesting) conversations here.  I've overheard some
  14. >discussion of console mode.  Could someone give me a brief description of
  15. >this console mode? Is it initiated much like a DOS session is initiated from
  16. >Windows 3.1 or is it an option for booting, i.e. can you just boot up in
  17. >console mode and later run the GUI if you wish.  Is it a suitable environment
  18. >for porting large FORTRAN character-based apps from systems like VAXes?
  19.  
  20. I wouldn't so much describe this as console "mode" - The Win32 API includes
  21. both graphical functions, and a set of APIs for pure-text app. A single
  22. application can open many windows, some using the console APIs, and some
  23. using the GUI APIs - Hence its not a "mode" rather an handy API set
  24. for apps which don't want to both with graphics, and might not even
  25. want a message loop.
  26.  
  27. As such, the console APIs may be ideal for those old fortran apps!
  28.  
  29. -- Alistair
  30.