From: hitesh on 9 Jun 2010 07:03 hi all, does anybody have any idea of storport driver? as i am trying to write the storport driver for windows xp. is it possible to write for windows xp ? can it be supported either way? i heard it is supported in windows xp 64 bit edition. is it true? if it is there then please let me know. also tell me whcih WDK to use which supports compiling the driver for windows xp 64 bit edition. regards, Hitesh
From: Don Burn on 9 Jun 2010 07:31 Storport is not supported by XP, it requires Windows Server 2003 or later. You might try forcing the package for 2003 http://support.microsoft.com/kb/943295 to run on XP but I doubt it will. Don Burn (MVP, Windows DKD) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr > -----Original Message----- > From: hitesh [mailto:hitesh.ughreja(a)gmail.com] > Posted At: Wednesday, June 09, 2010 7:03 AM > Posted To: microsoft.public.development.device.drivers > Conversation: information on Storport for Windows xp > Subject: information on Storport for Windows xp > > hi all, > does anybody have any idea of storport driver? > as i am trying to write the storport driver for windows xp. is it possible to > write for windows xp ? can it be supported either way? > i heard it is supported in windows xp 64 bit edition. is it true? > if it is there then please let me know. > also tell me whcih WDK to use which supports compiling the driver for windows > xp 64 bit edition. > regards, > Hitesh > > > __________ Information from ESET Smart Security, version of virus signature > database 5184 (20100609) __________ > > The message was checked by ESET Smart Security. > > http://www.eset.com >
From: Maxim S. Shatskih on 9 Jun 2010 07:43 > as i am trying to write the storport driver for windows xp. No. StorPort is absent from WinXP. > i heard it is supported in windows xp 64 bit edition. Yes, since XP 64 is actually a desktop SKU of Srv 2003 x64. > also tell me whcih WDK to use which supports compiling the driver for > windows xp 64 bit edition. 6001.18002 is you need w2k support, or the most recent Win7 one if you can drop w2k. Compile for 2003 x64, there is no build env for XP x64. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
|
Pages: 1 Prev: Post Script Print Driver - Need Help Next: Printer driver development in .Net. |