From: Maxim S. Shatskih on 5 Mar 2010 07:41 > Can i build the driver in wdk-6000 and can i use the same for Win-7 32 as > well?, 6000 doesnt support win-7. Why not? ever heard on "backward compat"? Write for the oldest and lowest possible KMDF version. This will abolish the reboot requirement. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Kota on 7 Mar 2010 12:50 Hi, Thanks for your reply, WDK-6000 build environmets is not having the win-7 build environments, So i was doubtful about, Is it valid to use the WDK-6000 for Win-7? From your reply, I understood that, I can still use the same. But in WDK-7600, I observed the troubles of using KMDF 1.5 version for XP, Vista{Same driver binaries for xp, vista works fine with KMDF-1.9}. But it works for WIn-7 with KMDF 1.5, Is this is expected behavior or Am i doing something wrong here? Thanks, Kota. "Maxim S. Shatskih" wrote: > > Can i build the driver in wdk-6000 and can i use the same for Win-7 32 as > > well?, 6000 doesnt support win-7. > > Why not? ever heard on "backward compat"? > > Write for the oldest and lowest possible KMDF version. This will abolish the reboot requirement. > > -- > Maxim S. Shatskih > Windows DDK MVP > maxim(a)storagecraft.com > http://www.storagecraft.com > > . >
From: Don Burn on 7 Mar 2010 12:57 Yes, your driver built with WDK-6000 will should work for XP, Vista and Win7. Don Burn (MVP, Windows DKD) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr > -----Original Message----- > From: Kota [mailto:Kota(a)discussions.microsoft.com] > Posted At: Sunday, March 07, 2010 12:50 PM > Posted To: microsoft.public.development.device.drivers > Conversation: Building a common driver binary for both XP, Vista and 7 > Subject: Re: Building a common driver binary for both XP, Vista and 7 > > Hi, > > Thanks for your reply, WDK-6000 build environmets is not having the > win-7 build environments, So i was doubtful about, Is it valid to use > the WDK-6000 for Win-7? > From your reply, I understood that, I can still use the same. > > But in WDK-7600, I observed the troubles of using KMDF 1.5 version for > XP, Vista{Same driver binaries for xp, vista works fine with KMDF-1.9}. > But it works for WIn-7 with KMDF 1.5, Is this is expected behavior or > Am i doing something wrong here? > > Thanks, > Kota. > > "Maxim S. Shatskih" wrote: > > > > Can i build the driver in wdk-6000 and can i use the same for Win-7 > > > 32 as well?, 6000 doesnt support win-7. > > > > Why not? ever heard on "backward compat"? > > > > Write for the oldest and lowest possible KMDF version. This will > abolish the reboot requirement. > > > > -- > > Maxim S. Shatskih > > Windows DDK MVP > > maxim(a)storagecraft.com > > http://www.storagecraft.com > > > > . > > > > > __________ Information from ESET Smart Security, version of virus > signature database 4923 (20100307) __________ > > The message was checked by ESET Smart Security. > > http://www.eset.com >
From: Maxim S. Shatskih on 7 Mar 2010 15:44 > build environments, So i was doubtful about, Is it valid to use the WDK-6000 > for Win-7? Yes. Drivers built in w2k/32bit build env in 6001 work fine on Win7. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
First
|
Prev
|
Pages: 1 2 Prev: General portio sample problem Next: BSOD while completing the request |