Subject: Re: TDW on win95 Date: Thu, 06 Aug 1998 05:08:15 GMT From: bjork@lakenet.no (Bjork) Newsgroups: comp.lang.pascal.borland Jon Bilbao wrote: ->I'm using Turbo Pascal for Windows 3.1 on Windows 95 and all goes ->correct exept for the Turbo Debugger (it runs but causes many problems) ->perhaps someone knows any patch for this problem? The debugger (TPW1.5) works under Win95 with a small patch: "tdsvga.zip". It can be found here: ftp://ftp.borland.com/pub/otherprod/devsupport/misc/tdsvga.zip or use : http://ftpsearch.ntnu.no/ftpsearch and search for : TDSVGA.ZIP How to install the patch: You must only have one TDW.INI file , and it must be located in your \windows directory (ie. no tdw.ini in the \tpw directory) The TDW.INI file must look like this : ----------------------clip [TurboDebugger] VideoDLL=C:\TPW\TDWGUI.DLL DebuggerDLL=C:\TPW\TDWINTH.DLL ----------------------clip If your \tpw directory is d:\tpw15 then The TDW.INI file must look like this : ----------------------clip [TurboDebugger] VideoDLL=D:\TPW15\TDWGUI.DLL DebuggerDLL=D:\TPW15\TDWINTH.DLL ----------------------clip You can read about all this stuff in the readme. file in the TDSVGA.ZIP archive. Bjork.