home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 6.ddi / DOC.ZIP / MANUAL.TD < prev    next >
Encoding:
Text File  |  1992-06-10  |  1.5 KB  |  37 lines

  1. /********************************************************************/
  2.             Corrections to the Turbo Debugger User's Guide
  3.  
  4.  
  5. Chapter 17, "Turbo Debugger for Windows (TDW)"
  6. ----------------------------------------------
  7.   - p. 282  The second paragraph on the page is no longer correct. The 
  8.             method TDW uses to handle SVGA drivers has changed. You tell 
  9.             TDW which driver to use by typing its name in the VideoDLL 
  10.             entry in the TDW.INI file. See the README file for more 
  11.             information on TDW.INI and video drivers.
  12.  
  13.  
  14. Chapter 18, "Debugging a standard Windows Application"
  15. -------------------------------------------------------
  16.   - p. 312  Replace the statement "return DoWMCommand(wParam)" with
  17.             "return DoWMCommand(wParam,hWnd)".
  18.  
  19.   - p. 315  The call to ReleaseDC isn't required and should be 
  20.             deleted.
  21.  
  22.  
  23. Appendix E, "Remote Debugging"
  24. ------------------------------
  25.   The Windows initialization file WREMOTE.INI is no longer used by
  26.   WREMOTE. Instead, WREMOTE looks in TDW.INI for its initialization
  27.   information. When you run WRSETUP, it saves the same information to
  28.   TDW.INI that it used to save to WREMOTE.INI. As was the case with 
  29.   WREMOTE.INI, the remote configuration options are in the [WRemote] 
  30.   section of TDW.INI.
  31.  
  32.   If you set up WREMOTE using a previous version of WRSETUP, you can 
  33.   copy your old WREMOTE.INI settings to TDW.INI. Be sure to include the
  34.   section header [WRemote].
  35.  
  36.   - p. 387  References to WREMOTE.INI should be changed to TDW.INI.
  37.