Re: Getting an XP driver to work on Vista
- From: "Don Burn" <burn@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 19 Nov 2007 09:08:10 -0500
You need to at a minimum capture the crash dump and then run WinDBG and
perform a
!analyze on the dump. You will probably need to connect WinDBG and debug
the code. But asking about crashes without the output from !analyze, is
pretty useless since the group will not have enough to go on.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"rep_movsd" <rep.movsd@xxxxxxxxx> wrote in message
news:2d084a5e-7da2-4b9d-b947-ee141c71619a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi
I am quite a novice wrt to driver development...
However with help and suggestions and several newsgroup threads, I was
able to convert the MS DDK sample testcap into a successful "Virtual
Webcam" device and write user mode code to push videos into it.
Now I need to get ot to work on vista.
The driver bluescreens immediately on installation on vista and I
havent a clue what I am supposed to do.
This driver is stable on Windows XP and I havent had it bluescreen
after I had gotten the code to work properly.
What should i start with?
Vivek
.
- References:
- Getting an XP driver to work on Vista
- From: rep_movsd
- Getting an XP driver to work on Vista
- Prev by Date: Getting an XP driver to work on Vista
- Next by Date: cannot read CD drive but can write
- Previous by thread: Getting an XP driver to work on Vista
- Next by thread: cannot read CD drive but can write
- Index(es):
Relevant Pages
|