home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / tools / 1678 next >
Encoding:
Text File  |  1992-12-11  |  2.4 KB  |  58 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!newsstand.cit.cornell.edu!empire.cce.cornell.edu!avinogra
  3. From: avinogra@empire.cce.cornell.edu (Alex Vinogradov)
  4. Subject: Re: MSC 7.0 windows debug mode and 'Cant read from device AUX'
  5. Message-ID: <1992Dec11.183237.2354@empire.cce.cornell.edu>
  6. Organization: Cornell Cooperative Extension
  7. X-Newsreader: TIN [version 1.1 PL8]
  8. References: <RHARMON.92Dec10144328@triton.uucp>
  9. Distribution: comp.os.ms-windows.programmer.tools
  10. Date: Fri, 11 Dec 1992 18:32:37 GMT
  11. Lines: 45
  12.  
  13.  
  14. In article <RHARMON.92Dec10144328@triton.uucp> you wrote:
  15.  
  16. : I got a System error: Can't read from device AUX'
  17.  
  18. Try setting AUX=NUL in your system.ini.  I do not remeber in which section of
  19. system.ini it goes into off-hand, but I will check it out and e-mail you 
  20. later.  Do not hesitate to remind me by e-mail if I forget!
  21.  
  22. : This happens if I try to resize the Solitate app.  The only other thing running
  23. : is clock.
  24.  
  25. : Anyone know why Its got to read from AUX (when I didn;t ask it to).
  26.  
  27. I means that it's trying to dump some debugging info to AUX port (it does 
  28. not mean that you have an error anywhere !).  Normally, you'd have a second
  29. monitor attached to the computer, and it would serve as a AUX output device
  30. for the debugging kernel, but since you don't have one and you haven't told
  31. kernel that you don't, it is still trying to output the info to AUX and of
  32. course fails to do so.  
  33.  
  34. I've had a lot of trouble with this problem myself -- that's why I did not use 
  35. debugging kernel for almost a yeart, until I figured out what the problem
  36. was.
  37.  
  38. If you do not want to buy a second monitor for debugging messages, you should be
  39. using DBWin utility which comes with SDK.   DBWin shows all the info that 
  40. was supposed to go to the secondary monitor in a window.  The only thing that
  41. it does not do is show back-trace in case your app produces an error-msg --
  42. for speed reasons this feature has been turned off by MMicrosoft.  All that
  43. needs to be changed to get back-trace is three or four lines of code; you
  44. can get this from Microsoft's CompuServe forum.
  45.  
  46. E-mail me if you have any other questions on this
  47. ---------------------------------------------------------
  48. Alex Vinogradov
  49. Cornell Cooperative Extension, Electronic Technology Group
  50. avinogra@empire.cce.cornell.edu
  51. (607)256-8129
  52.  
  53. -- 
  54. ---------------------------------------------------------
  55. Alex Vinogradov
  56. Cornell Cooperative Extension, Electronic Technology Group
  57. avinogra@empire.cce.cornell.edu
  58.