home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / src / afx.ini next >
Encoding:
INI File  |  1998-06-16  |  657 b   |  17 lines

  1. ; Copy this file to your Windows directory in order to modify
  2. ; the default behavior of diagnostic messages.
  3.  
  4. ; By default messages are ignored.  You can use CodeView to set
  5. ; the variable 'afxTraceEnabled' to TRUE to observe TRACE output
  6. ; or you can change TraceEnabled in the [Diagnostics] section of
  7. ; this file to 1.  You must have a dumb debug terminal or run
  8. ; CodeView to see TRACE output.  If you do not have one of
  9. ; those and set TraceEnabled to 1, you will see the Windows
  10. ; MessageBox "Cannot Write to AUX." 
  11.  
  12. ; See the Technical Note TN007 for more information on the TraceFlags.
  13.  
  14. [Diagnostics]
  15. TraceEnabled = 1
  16. TraceFlags = 0
  17.