?Hi all
??? I am new to the driver writing.I have the Microsoft? Windows? Driver Development Kit (DDK) for Windows XP Service Pack 1 and installed it.I do nt know how to integrate it with visual studio.pls give me solution with a sample
??? thanks
???
Keep up with people you care about with Yahoo! India Mail. Learn how. http://in.overview.mail.yahoo.com/connectmore
Install the latest win7 WDK from connect.microsoft.com; it comes with a fully built-in build environment.
The XP DDK is highly obsolete. You can still build drivers for Windows XP with the win7 WDK.
From: Sree K
Sent: Monday, September 28, 2009 23:16
To: Windows System Software Devs Interest List
Subject: [ntdev] integration
Hi all
I am new to the driver writing.I have the Microsoft? Windows? Driver Development Kit (DDK) for Windows XP Service Pack 1 and installed it.I do nt know how to integrate it with visual studio.pls give me solution with a sample
thanks
________________________________
Yahoo! India has a new look. Take a sneak peekhttp:. — NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</http:>
You can integrate the WDK with visual studio using external makefile
projects and a script to wrap the setup and invocation of the the build
utility in the WDK. This process is described here: www.hollistech.com and
you can download ddkbuild.bat from my website as well.
You need to upgrade to the latest released WDK.
Mark Roddy
On Tue, Sep 29, 2009 at 2:15 AM, Sree K wrote:
> Hi all
> I am new to the driver writing.I have the Microsoft? Windows?Driver Development Kit (DDK) for Windows XP Service Pack 1and installed it.I do nt know how to integrate it with visual studio.pls
> give me solution with a sample
>
> thanks
>
>
>
> ------------------------------
> Yahoo! India has a new look. Take a sneak peekhttp:.
> — NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and
> other seminars visit: http://www.osr.com/seminars To unsubscribe, visit
> the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer</http:>