home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / win32 / 648 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.4 KB  |  27 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 hang?
  5. Message-ID: <1992Aug21.021511.25704@microsoft.com>
  6. Date: 21 Aug 92 02:15:11 GMT
  7. Organization: Microsoft Corporation
  8. References: <95436add@pony.Ingres.COM> <1935237a@p4.f36.n245.z2.fidonet.org> <1992Aug19.005634.8357@pony.Ingres.COM>
  9. Lines: 16
  10.  
  11. In article <1992Aug19.005634.8357@pony.Ingres.COM> rion@Ingres.COM (Rion Cassidy (x3357) OGT) writes:
  12. >In article <1935237a@p4.f36.n245.z2.fidonet.org> Norbert_Unterberg@softstream.fido.de (Norbert Unterberg) writes:
  13. >>
  14. >>My experience is that NT runs rather stable as long as you do not start the 
  15. >>windows or msdos subsystem. As soon as you execute a 16 bit dos or windows 
  16. >>application, NT becomes unstable, runs out of memory etc.
  17. >>
  18. >
  19. >How are we supposed to run the development tools without opening a window?
  20. >This thing that says "MS-DOS prompt" actually runs 'cmd.exe'. I'm still
  21. >not sure if this is a true DOS window or just capable of executing DOS
  22. >apps, but I know I have to open it to use the debuggers and compiler.
  23. >When you say its stable if you do not run the windows subsystem, I sure
  24. >hope you mean the Win 3.1 subsystem!
  25.  
  26. Running the command prompt wont excercise the "WOW" or "virtual dos" code, since its a pure WIn32 app, written to the console APIs, but once you start a win16 or ms-dos app, then those unfinished pieces are called in -- Alistair
  27.