home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / tools / 1870 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.7 KB

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