From: s936031 on 19 Feb 2010 11:20 I would like to develop a virtual cd drive by using only UMDF. Is it possible? or impossible by any restriction of UMDF? I've been trying to develop it based on VirtualSerial sample UMDF driver in the WDK. On Windows XP it is successfully installed but doesn't act as CD-ROM drive. On Windows 7 seems success to install but then loading device driver failed. What should I implement add to VitualSerial? Any help would be much appreciated.
From: Kumar Rajeev [MSFT] on 26 Feb 2010 17:44 Currently UMDF doesn't support writing virtual CDROM drivers. kumar -- This posting is provided "AS IS" with no warranties, and confers no rights. "s936031" <s936031(a)discussions.microsoft.com> wrote in message news:74C99B3E-D014-4930-8F3D-ED3819FE4C25(a)microsoft.com... > I would like to develop a virtual cd drive by using only UMDF. > Is it possible? or impossible by any restriction of UMDF? > > I've been trying to develop it based on VirtualSerial sample UMDF driver > in > the WDK. > On Windows XP it is successfully installed but doesn't act as CD-ROM > drive. > On Windows 7 seems success to install but then loading device driver > failed. > > What should I implement add to VitualSerial? > > Any help would be much appreciated.
From: s936031 on 28 Feb 2010 22:24 Thank you for your reply. I will try it with kernel mode. "Kumar Rajeev [MSFT]" wrote: > Currently UMDF doesn't support writing virtual CDROM drivers. > > kumar > -- > This posting is provided "AS IS" with no warranties, and confers no rights. > > > "s936031" <s936031(a)discussions.microsoft.com> wrote in message > news:74C99B3E-D014-4930-8F3D-ED3819FE4C25(a)microsoft.com... > > I would like to develop a virtual cd drive by using only UMDF. > > Is it possible? or impossible by any restriction of UMDF? > > > > I've been trying to develop it based on VirtualSerial sample UMDF driver > > in > > the WDK. > > On Windows XP it is successfully installed but doesn't act as CD-ROM > > drive. > > On Windows 7 seems success to install but then loading device driver > > failed. > > > > What should I implement add to VitualSerial? > > > > Any help would be much appreciated. >
|
Pages: 1 Prev: using vector Next: WriteFile access error on UMDF USB driver |