home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / graphite / graphite.doc < prev    next >
Encoding:
Text File  |  1993-01-31  |  1009 b   |  36 lines

  1. Doc file for Graphite.DLL
  2. =========================
  3.  
  4. This has to be done to debug with the Hercules Graphite using a second
  5. monitor connected to a monochrome card:
  6.  
  7. - call the program 'Relocate' before Windows is started
  8.   this relocates certain registers to area D100-D17F
  9.  
  10. - exclude area D100-D17F with your memory manager
  11.  
  12. - in case Windows doesn't accept this setting of your memory manager,
  13.   exclude area D100-D17F in the [386Enh] section of your system.ini like this:
  14.  
  15.     [386Enh]
  16.     EMMExclude=D100-D17F
  17.  
  18. - make sure there is only one file TDW.INI and make sure it's located in the
  19.   Windows directory
  20.  
  21. - modify your TDW.INI in the Windows directory to point to the GRAPHITE.DLL
  22.   file like this:
  23.  
  24.   [TurboDebugger]
  25.   VideoDLL=c:\Windows\System\graphite.dll
  26.   DebuggerDLL=C:\BP\BIN\tdwin.dll
  27.  
  28. - the only [VideoOptions] recognized from GRAPHITE.DLL are:
  29.  
  30.   [VideoOptions]
  31.   DebugFile=
  32.   RestoreTextScreen=
  33.   Color=
  34.  
  35. written 28.1.93 Peter Sawatzki, CIS: 100031,3002
  36.