home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4239 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!newsserver.pixel.kodak.com!ekcolor!dj
  3. From: dj@ekcolor.ssd.kodak.com (Dave Jones)
  4. Subject: Re: Can't read from system device AUX ?!
  5. Message-ID: <1992Dec15.162721.22415@pixel.kodak.com>
  6. Sender: news@pixel.kodak.com
  7. Organization: Vonnegut Tent Rentals, Inc.
  8. X-Newsreader: TIN [version 1.1 PL7]
  9. References: <1992Dec15.082221.25427%gtonwu@Uz.nthu.edu.tw>
  10. Date: Tue, 15 Dec 92 16:27:21 GMT
  11. Lines: 30
  12.  
  13. Tony (gtonwu@Uz.nthu.edu.tw) wrote:
  14. > Hi,  there !
  15. >         I am new to the programing on Microsoft Windows !
  16. >         Recently, I suffered an error message and got down. 
  17. >         The message is "Can't read from system device AUX" !!
  18. >         First, I want to ask about the "AUX" . I have heard it many
  19. >         times but I don't know what it means ! Second,from what this 
  20. >         message results and how to solve it !?
  21. I think it means that you are using the debug versions of the windows
  22. kernel libraries.  If you have the official SDK you should have BAT files
  23. called N2D and D2N that switch kernels for you.
  24.  
  25. AUX is short for Auxiliary.  It used to be a serial port for a debugging 
  26. terminal.  It can be emulated by debuggers.
  27.  
  28. You can also run something called Winox that loads the AUX driver and keeps
  29. Windows happy.  I don't remember any other details: this was a Windows 3.0 
  30. thing which I haven't seen since I upgraded to 3.1.  Watch out for conflict
  31. with 3.0 debug kernels if you upgrade to 3.1.  After 3 successful installs of
  32. 3.1 on other machines my development machine choked because of this.  I had
  33. to perform a completely fresh installation rather than an upgrade.
  34.  
  35. --
  36. ||------------------------------------------------------------------------
  37. ||Dave Jones (dj@ekcolor.ssd.kodak.com)|Eastman Kodak Co. Rochester, NY  |
  38.