Re: strange: ATI display card has no "DrvEnablePDEV" function?
From: Tim Roberts (timr_at_probo.com)
Date: 08/26/04
- Next message: Tim Roberts: "Re: USB Vendor ID: howto tell a new one to Microsoft?"
- Previous message: Mitesh Desai [MSFT]: "Re: ndtest.exe hangs when doing 1c_InitTIme variation 11 (HCT 11.2)"
- In reply to: lucy: "Re: strange: ATI display card has no "DrvEnablePDEV" function?"
- Next in thread: vipin: "Re: strange: ATI display card has no "DrvEnablePDEV" function?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 21:15:27 -0700
"lucy" <losemind@yahoo.com> wrote:
>
>Thank you guys so much, Brian and Vipin...
>
>Is there any way that I can find this DLL file out by programming, since I
>am now just programming on one PC but it needs to be able to work on various
>of PCs...
Lucy, you CANNOT arbitrarily call from a mirror driver into another display
driver. The other driver has already been initialized and assign a driver
object. You don't know that, and you don't want to pass YOUR driver object
to the other driver. A mirror driver is the WRONG solution for the problem
you need to solve.
What you need is a display filter driver, which is not a formally supported
concept. You need the operating system to load YOUR driver as the primary
driver, and they YOU load the original driver and filter the results. If
you do a little web searching, you might be able to find some documents
describing how to do this. It isn't easy. It's going to require a reboot
to install, and another to uninstall.
-- - Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc
- Next message: Tim Roberts: "Re: USB Vendor ID: howto tell a new one to Microsoft?"
- Previous message: Mitesh Desai [MSFT]: "Re: ndtest.exe hangs when doing 1c_InitTIme variation 11 (HCT 11.2)"
- In reply to: lucy: "Re: strange: ATI display card has no "DrvEnablePDEV" function?"
- Next in thread: vipin: "Re: strange: ATI display card has no "DrvEnablePDEV" function?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|