One driver for multiple OS Is it possible to use one build environment to create one bulk USB driver binary to run on WinXP, Vista and Windows 7 using WDK 7600.16385.0? Or do I need 3 driver binaries per platform (eg x86, amd64)? -- Thanks, Eric ... 2 Mar 2010 20:24
LNK2001: unresolved external CreateControl This should be a case of just finding the right lib to link to. I get the following error: error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const CWnd::classCWnd" (?classCWnd(a)CWnd@@2UCRuntimeClass@@B) What lib should I link to to resolve this error? For future referance, I h... 5 Mar 2010 02:54
GDI hook driver Hello everyone, I've been looking around for some printer/display driver which can hook a GDI function. I would like to understand how you can 'catch' a function like 'CDC.LineTo(...)' in an application and do something else like saving these instructions to perhaps a textfile. In the DDK I've found some sa... 23 Mar 2010 03:27
USB_RNDIS - multiple devices on the same interface Hi, I am using Windows XP USB_RNDIS driver to communicate with USB devices over ethernet. When I plug in more than one device each device shows up on its own interface (eg. Local Area Connection 2, Local Area Connection 3). I want to be able to communicate with all devices on one interface where I set up a dhcp... 2 Mar 2010 15:50
How to add another target to VidPN in WDDM driver? Thanks all for the replies before and I'd like to ask few more questions related to VidPN management of WDDM driver. When WDDM miniport driver enumeratse child devices and connected external monitors, it first detects its all child devices in DxgkDdiQueryChildRelations, and next check each child actually has con... 2 Mar 2010 03:32
How to run MultiDigiMon.exe ? Hi Experts: Any one knows how to start MultiDigiMon.exe? Thanks Michael ... 1 Mar 2010 15:20
Create MDL Chain Hi All, I'm trying to create a MDL chain from a array of buffers each of size 64K. AFter the creating the mdl chain and then formatting an URB to send the request. AFter sending the request, the completion routine is never called. I think I'm missing out someting in creating a mdl chain. Do I need to set any ... 2 Mar 2010 10:08
Scatter gather list in SCSI miniport driver Hi All, is there any readymade function which can provide the scatter gather list in SCSI port driver. like what we have in ataport driver AtaPortGetScatterGatherList(). if it is there then let me know, if it is not then which are the minimum functions we can use to build? thanks Hitesh. ... 2 Mar 2010 03:32
Launch printer status monitor remotely Hello. I am developing a new printer driver. And want to show status monitor at local desktop and client side desktop on Vista/7. I have read the document of AsyncUI. And modified AsyncUI sample to show customUI on local desktop ok. I use on server side DLL and one client side DLL. The server side DLL cr... 1 Mar 2010 21:00
Our disk's driver run properly compiled for 32bit and not for 64bi Description of driver: Our software encrypts our virtual discs and hard disk partitions too. Both run over our driver - which is something like filter driver, because it uses ntfs and fat drivers to makes real operations on this discs. In this driver we take a block from the disk (ask to ntfs/fat driver), decryp... 28 Feb 2010 13:22 |