Tech Support > Microsoft Windows > Drivers
Video Controller not found in Windows 2003
Posted on October 16th, 2007 | 3 Comments

Yes, that should have been what you said. Sorry about that. I'm a non native speaker myself. -- -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any included...

WDK version to use for release build of Windows Vista 32 and 64 bi
Posted on October 16th, 2007 | 4 Comments

I tried "WDK 6000 release notes" and the first post is from a osronline ntdev thread. "Ray Trent" <rat@nospam.nospam> wrote in message news:%23AxIpY4DIHA.4360@TK2MSFTNGP06.phx.gbl...

Fatloss computer program
Posted on October 15th, 2007 | 0 Comments

I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend...

Is there any tool publicly available to generate IPv6 traffic on Windows Vista?
Posted on October 15th, 2007 | 4 Comments

Exactly, this is the matter of taste, the app we are speaking about is tiny, so, pick your favourite tool and go. -- Maxim Shatskih, Windows DDK MVP StorageCraft...

Help supporting WIA for a video driver
Posted on October 15th, 2007 | 0 Comments

I'm trying to get WIA working for a video camera using the AVStream class (based off of avshws). I have modified my inf according to the documentation...

Wait on File Access Lock
Posted on October 15th, 2007 | 0 Comments

I can find no discussion in the Internet regarding whether this is possible. I consider the spinlock on exception as a very ugly solution. Thanks

PCI interrupt
Posted on October 15th, 2007 | 7 Comments

functionality. 3 of them use interrupts. therefore i cannot write one driver for whole device. I have to write 7 separate drivers for each subsystems. What can i do to resolve this problem? "Don...

IJolietDiscMaster->AddData returning STG_E_INVALIDFUNCTION
Posted on October 15th, 2007 | 2 Comments

Hi Blim, I was actually asked to post it here by a member of Microsoft staff as I originally asked it the vc.language forum. Yup, I meant to comment that I had already fixed the problem, I...

Different unidrv.dll versions - which consequences do they have?
Posted on October 15th, 2007 | 0 Comments

We are using printerdrivers of HP, Kyocera and Lexmark which are based on the same set of unidriver-dlls. Unfortunately all three vendors use different versions of these dlls. We need to know the...

[layer 2 Switch] For Windows Mobile based OS
Posted on October 15th, 2007 | 0 Comments

Hi All, I am trying to create a component (Network Driver etc ) which will help in agnostically route packets between two or more Interfaces at the Layer 2 level i.e. at the Mac Address level...

can driver prevent the handle?
Posted on October 15th, 2007 | 1 Comments

you can fail any i/o you receive based on state. you have maintain your own state once there is a valid handle. d -- Please do not send e-mail directly to this alias. this alias is for newsgroup...

delreg section in INF not truly deleting registry entry
Posted on October 15th, 2007 | 3 Comments

It seems the service had some type of hold on the key. I originally assumed this could not be the case as the delreg directive is called out in and uninstall section which also uninstalls the...

SAA7134 & Texas XIO PCI-e-2-PCI bridge
Posted on October 14th, 2007 | 0 Comments

Hello All, I have a board with PCI-e-2-PCI Bridge XIO2000 from Texas and four SAA7134 Philips codecs behind it. Windows XP SP2 sees all four devices as being connected to some PCI bus. I have...

can symbolicname be used to get handle
Posted on October 14th, 2007 | 5 Comments

Do not hardcode such names in your code. Use SetupDiGetClassDevs to find all of your devices on the machine, then SetupDiGetDeviceInterfaceDetail to extract this-styled name. Then pass the name to...

how many sys file i need?
Posted on October 14th, 2007 | 2 Comments

No. You must use XP x86 build env, and the binary will be compatible with xp32 and Vista32. The build env version must be <= the target OS version. So, if you will build using Vista build env, then...

Bootloader execution halts for DaVinci Board DM6446 with 64mb memo
Posted on October 14th, 2007 | 2 Comments

This is not a Windows CE forum. Ask on microsoft.public.windowsce.platbuilder -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

two (simple) questions about DDK compiler warnings.
Posted on October 14th, 2007 | 5 Comments

IoSetCancelRoutine is the macro notoriously known for this. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "Colin H"...

Reg:Debugging
Posted on October 14th, 2007 | 1 Comments

You need to use WinDBG see http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx This does require two computers, but that is hte nature of Windows. For avoiding blue screens compiler your...

HP Desktop for sale!
Posted on October 14th, 2007 | 0 Comments

Hi, I have an unused HP Pavilion with the fallowing specs: # Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus) # Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB...

can symbolicname be used to communicate with the device
Posted on October 14th, 2007 | 0 Comments

I want to know after getting the USB device's symbolicname, can I use it to communicate with the device? If I can, what steps I shall take. If I can not, how can I communicate with the USB device?