home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!sdd.hp.com!network.ucsd.edu!sdcc12!cs!pluto
- From: pluto@cs.ucsd.edu (Mark Plutowksi)
- Newsgroups: comp.os.ms-windows.programmer.tools
- Subject: Re: Borland TDW & Graphics Accelerators (S3)
- Message-ID: <43058@sdcc12.ucsd.edu>
- Date: 5 Jan 93 17:18:00 GMT
- References: <1993Jan4.162214.9947@odetics.com> <43045@sdcc12.ucsd.edu>
- Sender: news@sdcc12.ucsd.edu
- Lines: 40
- Nntp-Posting-Host: beowulf.ucsd.edu
-
- pluto@cs.ucsd.edu (Mark Plutowksi) writes:
-
- >dale@odetics.com (Dale Pischke) writes:
-
- >>Hello, just tried Borland's TDW with my new Diamond SpeedStar 24X board,
- >>and TDW totally mangles the video in Windows. I assume it is because
- >>TDW is not 'S3 aware'.
-
- >If this isn't an FAQ it should be. Where do I find the FAQ for
- >this group anyway??? I'm not at my PC right now so I can't repost
- >the solution that I posted some while back, and since I don't know
- >where the F'ing FAQ is I can't tell you whether it's in there..
- >If you can wait half a day I can repost it when I get home,
- >in the mean time maybe somebody else will respond.
-
-
- First, get the new s3.dll, from Borland's bbs, either their own,
- or the one on Compuserve (it may be elsewhere also.)
-
- Put this in your borlandc\bin directory. Find also a tdw.dll there.
- Edit your tdw.ini like follows:
-
- [TurboDebugger]
- VideoDLL=c:\borlandc\bin\s3.dll
- DebuggerDLL=C:\BORLANDC\BIN\tdwin.dll
- [VideoOptions]
- DebugFile=c:\borlandc\bin\tdw.log
- SaveWholeScreen=no
- Int2FAssist=no
- IgnoreMode=no
-
-
- The important lines are the VideoDLL, DebuggerDLL, and DebugFile lines.
-
- And, lastly, make sure that the tdw.ini is in your windows directory,
- along with your other *.ini files.
-
- Works for me, good luck to you,
-
- = Mark
-