home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1600 < prev    next >
Encoding:
Text File  |  1992-08-31  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!sjsca4!rushmore!poffen
  3. From: poffen@rushmore (Russ Poffenberger)
  4. Subject: Re: TDW and Video Drv
  5. Message-ID: <1992Aug31.202849.25328@sj.ate.slb.com>
  6. Sender: news@sj.ate.slb.com
  7. Organization: Schlumberger Technologies, ATE division, San Jose, Ca.
  8. X-Newsreader: Tin 1.1 PL4
  9. References: <1992Aug29.225324.6163@rose.com>
  10. Date: Mon, 31 Aug 92 20:28:49 GMT
  11. Lines: 38
  12.  
  13. barry.rosetti@rose.com (barry rosetti) writes:
  14. : Date Entered: 08-29-92 18:41
  15. : P(> >Has anyone had problems running Borland C++ 3.1 Turbo Debugger
  16. : P(> >for Windows using certain video drivers?  I spent a couple
  17. : P(> >of hours fighting with TDW last night before I realized it
  18. : P(> >was the video driver.  If I use any of the drivers that
  19. : P(> >came with my Ultra Graphics Board or the 8514 driver that
  20. : P(> >came with Windows 3.1, TDW will not only bomb out (ie. lock
  21. : P(> >up the system) but when I try to cancel the task with Cntl-Alt-Del,
  22. : P(> >it gives me a GPF and brings me back to the DOS prompt.
  23. : Yes, I ran into the same problem BUT...
  24. : Here's a quote from the readme file about TDW and the DLL drivers:
  25. :     From time to time we have new DLLs for new video cards. These DLLs,
  26. :     when available, can be downloaded from Compuserve, BIX, GEnie, and our
  27. :     local BBS (408-439-9096). As new video cards and modes appear on the
  28. :     market, we will be creating new DLLs for them. If the card you use
  29. :     isn't supported by one of our DLLs, please contact Tech Support for
  30. :     the latest video DLL information. Our main Tech Support phone number
  31. :     is 408-461-9133.
  32. : I downloaded the latest drivers and lo and behold TDW worked.
  33.  
  34. Right. What you have to remember is that TDW basically writes directly to the
  35. video card. It must do this in order to work properly. You can't use Windows
  36. API services from within the debugger, it just won't work in the Windows
  37. environment.
  38.  
  39. Because of this, you need a dll for each different kind of chipset, such
  40. as Et4000, S3, etc.
  41.  
  42. Russ Poffenberger               DOMAIN: poffen@sj.ate.slb.com
  43. Schlumberger Technologies       UUCP:   {uunet,decwrl,amdahl}!sjsca4!poffen
  44. 1601 Technology Drive        CIS:    72401,276
  45. San Jose, Ca. 95110             Voice: (408)437-5254  FAX: (408)437-5246
  46.