home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / misc / 6641 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.5 KB

  1. Xref: sparky comp.os.ms-windows.misc:6641 comp.os.ms-windows.apps:7618
  2. Path: sparky!uunet!munnari.oz.au!sgiblab!swrinde!elroy.jpl.nasa.gov!ames!agate!dog.ee.lbl.gov!news!network.ucsd.edu!sdcc12!cs!pluto
  3. From: pluto@cs.ucsd.edu (Mark Plutowksi)
  4. Newsgroups: comp.os.ms-windows.misc,comp.os.ms-windows.apps
  5. Subject: HELP! Much Wierdness: TDW Used to work, now cannot find TDVIDEO.DLL ?!?
  6. Summary: Suddenly, it quit working: reloading from backups doesn't fix it..
  7. Keywords: borland, c++,turbo debugger, video dll
  8. Message-ID: <44075@sdcc12.ucsd.edu>
  9. Date: 27 Jan 93 06:56:30 GMT
  10. Sender: news@sdcc12.ucsd.edu
  11. Followup-To: comp.os.ms-windows.misc
  12. Lines: 56
  13. Nntp-Posting-Host: beowulf.ucsd.edu
  14.  
  15. ------------------------------------------------------
  16. WIERDNESS ABOUNDS: I"VE EXAMINED ALL HELP FILES & DOCS
  17. AND TRIED ALL REASONABLE DIAGNOSTICS KNOWN TO ME:
  18. ------------------------------------------------------
  19.  
  20. I hope someone else has seen this and has a fix:
  21.  
  22. I have been using Borland C++ for Windows, version 3.1 very
  23. happily for months, including Turbo Debugger for Windows,
  24. which worked wonderfully, once I set up TDW.INI correctly.
  25.  
  26. After taking a hiatus from coding for a couple months, I 
  27. wanted to debug the app I had been working on before, and
  28. lo and behold, upon entering TDW, I get a MessageBox saying
  29.     "Error Loading TDVIDEO.DLL"
  30.  
  31. Of course, there is no such file "TDVIDEO.DLL" listed
  32. in the filelist.doc that comes with BC++ 3.1, and, besides,
  33. the setting in TDW.INI is:
  34.  
  35. VideoDLL=c:\borlandc\bin\s3.dll
  36.  
  37. Which is correct, and, again, was working fine a month ago.
  38. From tape backup I recovered all files in C:\borlandc\bin
  39. (which includes all the executables for the compiler
  40. and debugger, as well as the video dll, which in my
  41. case is s3.dll)
  42.  
  43. I then switched the video mode to a lower resolution with
  44. fewer colors (although it worked fine before with 1028x768
  45. and 256 colors.)  Of course, no luck.
  46.  
  47.  
  48. Here's the obligatory info regarding my setup:
  49. 486 33MHz with 8 Meg, 212 Meg HD with > 10 Meg free,
  50. Orchid Motherboard with local 32bit bus to Orchid
  51. Fahrenheit 1280D display card.  Problem occurs at
  52. all svga settings above 600x400 (I absolutely refuse
  53. to operate at 600x400 so I didn't even try it ;-)
  54. TDW.INI is located in C:\windows, with the (pertinent) 
  55. contents:
  56.  
  57. [TurboDebugger]
  58. VideoDLL=C:\borlandc\bin\s3.dll
  59. DebuggerDLL=C:\BORLANDC\BIN\tdwin.dll
  60. [VideoOptions]
  61. DebugFile=c:\borlandc\bin\tdw.log
  62. SaveWholeScreen=no
  63. Int2FAssist=no
  64. IgnoreMode=no
  65.  
  66.  
  67.  
  68. Thanks for any leads, tips, or suggestions,
  69.  
  70. = Mark
  71.