home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!execu!kevin
- From: kevin@execu.execu.com (Kevin English)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: AUX Problem in Windows 3.1
- Message-ID: <4905@execu.execu.com>
- Date: 28 Dec 92 23:09:36 GMT
- References: <1992Dec25.172602.14421@mercury.cair.du.edu> <1992Dec28.135948.23297@enea.se>
- Organization: Execucom Systems Corp
- Lines: 16
-
- In article <1992Dec28.135948.23297@enea.se> tope@enea.se (Tommy Petersson) writes:
- >ttoupin@zephyr.cair.du.edu (Tory Toupin) writes:
- >
- >This message usually pop's up when you're running the Windows Kernel in
- >debug mode. If I do that, and try to access the scanner connected to a
- >SCSI card, I get the same message.
- >
-
- Take a look at Section 3.2.2.1 of the "Getting Started" booklet that
- came with your SDK (System Debugging Output). The bottom line is that
- if you are running the debugging kernel and you don't have have terminal
- connected to COM1, then you should have the following in system.ini:
-
- [Debug]
- OutputTo=NUL
-
-