First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
Build Enviroments?
From a tape driver stand point is there any reason that I can't use the WDK 7006 x86 XP build enviroment for x86 Win2K3, x86 Win2K8/Vista and x86 Win7? The same applies to x64 and IA64 but I would use the Win2K3 build enviroment . I want to keep the number of the drivers to the minimum. Thanks! -Steve ... 25 Feb 2010 08:03
SW RAID-1 On Storage Virtual MiniPort
Hi, I want to develop a SW RAID-1 using Storage Virtual MiniPort driver, I hope this driver can choose two disks from system by using SCSI command, then reports a RAID-1 disk to system, is this idea could be accomplished by Storage Virtual MiniPort driver? If this idea is ok, what type of certification i... 1 Mar 2010 05:54
Plug-out usb wifi card, but it still exists at device management p
Hi all I give more information about the issues. ndis!ndisPnPRemoveDevice function assemblies Below I prove the miniport has already released all NET BUFFER LIST comes from windows. -------------------------------------------------------------------------- 89d68a66 f7402000000200 test dword ptr [e... 25 Feb 2010 04:46
Create a Virtual Monitor
I'm new to driver development but have over 15 year experience programming in other areas. I want to create a software like maxivista (http://www.maxivista.com/) . Basically, what it does is create a virtual monitor and sends the video data over network to the client pc...which basically paints it in a window..... 27 Feb 2010 01:18
don't know how to make '\atlsd.lib'
I've come across this error: NMAKE : fatal error U1073: don't know how to make '\atlsd.lib' I have atlsd.lib in my source file: ATL_LIBS= C:\WinDDK\7600.16385.0\lib\ATL\amd64 TARGETLIBS=\ $(ATL_LIBS)\atlsd.lib \ $(SDK_LIB_PATH)\strsafe.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(... 1 Mar 2010 02:37
How to stop driver loading on pci dev with wrong class code?
without (or at least in the interim prior to) re-spinning silicon. for instance, say ven id - 0001, dev id = 0001, class code = (this is a lie) ehci compatible how do i modify registry so ms usb driver wont even start to load for reasons easy to imagine i cannot wait till driver fails to load and then di... 26 Feb 2010 10:47
swprintf_s
I use a file in my driver and in a win32 app. This file contains a swprintf_s When i use the app, everything works. When i use it in the driver, the driver gives a linkingerror. Is this not yet supported in WDK? Do i have to add an additional lib? ... 23 Feb 2010 18:15
DeviceIoControl CD-ROM access works on one laptop and fails on oth
Hi. I'm trying to figure out how the cddareader works (GPL directshow plugin for reading audio tracks from a cd-rom). I got the cddareader inserted into the graph and I invoke the Load function - part of the implementation below shows what works and what fails: // WORKS OK DWORD BytesReturned; lRes = D... 23 Feb 2010 05:45
Handle info using NtQuerySystemInformation: How to differentiate files from folders
Hi, I am enumerating open handles of currently running processes in the system by calling NtQuerySystemInformation from user mode. I get a series of SYSTEM_HANDLE_ENTRY structures (defined in winternl.h) if the call succeeds. To get additional information about these handles, I have to pass the SYSTEM_HANDLE_ENTRY... 23 Feb 2010 02:29
DDK KbFiltr Sample and Hooking
I am working with DDK 3790.1830 driver development kit in particular the KbFiltr sample located here http://msdn.microsoft.com/en-us/library/ms793259.aspx. I am also very new to DDK and driver development as I have spent most of my time working with Visual C++ and Visual Basic. Please let me know if anyone would li... 23 Feb 2010 12:27
First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72