Image of CD ROM for Virtual CD Driver

for Virtual CD ROM Driver, take the image of CD to file on hard disk. for
this purposse i read CD from win32 API ReadFile() from CD drive, wnd write
to file sequentialy as per cylinder. is it right way?.virtual CD Driver
will get data from this from.
thanks
Kishwar

“VaporCD” has the ability ro read CD’s and write
the ISO image of it. As I already mentioned before,
you can find it at http://vaporcd.sourceforge.net .
Click on the “SourceForge.net” logo to download
the sources.

----- Original Message -----
From: “Kishwar”
To: “NT Developers Interest List”
Sent: Tuesday, January 14, 2003 11:35 AM
Subject: [ntdev] Image of CD ROM for Virtual CD Driver

> for Virtual CD ROM Driver, take the image of CD to file on hard disk. for
> this purposse i read CD from win32 API ReadFile() from CD drive, wnd write
> to file sequentialy as per cylinder. is it right way?.virtual CD Driver
> will get data from this from.
> thanks
> Kishwar
>
> —
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

hi Christiaan Ghijselinck

thanks for guiding before your this reply i visit
http://vaporcd.sourceforge.net but i not get source code just download exe
file.
thanks for again reply
Kishwar

Are you sure you followed the “SourceForge.Net” logo link from the page
to http://sourceforge.net/projects/vaporcd ?

One step further at :
http://sourceforge.net/project/showfiles.php?group_id=23800&release_id=33865
you can get the the VaporCDSource141.zip from the server of your choice,
for example
http://telia.dl.sourceforge.net/sourceforge/vaporcd/VaporCDSource141.zip

Have success ,

Christiaan

----- Original Message -----
From: “Kishwar”
To: “NT Developers Interest List”
Sent: Wednesday, January 15, 2003 9:43 AM
Subject: [ntdev] Re: Image of CD ROM for Virtual CD Driver

> hi Christiaan Ghijselinck
>
> thanks for guiding before your this reply i visit
> http://vaporcd.sourceforge.net but i not get source code just download exe
> file.
> thanks for again reply
> Kishwar
>
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

Hi Christiaan
i am try to under stand the source code of VaproCD driver and user
Application, but two things are not clear. i follow ISO FIle format.

1)…in the IOCTL_CDROM_READ_TOC device control driver fill the structure
with the address, is that the addresses on CD ROM ( in our file) where
there requested data is stored in ISO file format.

2)… seconf thing is user application perform MOunt anf Unmount operation
on user request, what will store to the registry and how Driver get from
registry.

you can briefly describe these two points.

thanks
Kishwar(Student)

Probably I could, but I would have to walk myself through the code first.
The best thing you could do is to ask the autor himself ( which is not me ).
via E-mail or on the SourceForge.NET
forum ( http://sourceforge.net/forum/?group_id=23800 ).

----- Original Message -----
From: “Kishwar”
To: “NT Developers Interest List”
Sent: Thursday, January 16, 2003 8:21 AM
Subject: [ntdev] Re: Image of CD ROM for Virtual CD Driver

> Hi Christiaan
> i am try to under stand the source code of VaproCD driver and user
> Application, but two things are not clear. i follow ISO FIle format.
>
> 1)…in the IOCTL_CDROM_READ_TOC device control driver fill the structure
> with the address, is that the addresses on CD ROM ( in our file) where
> there requested data is stored in ISO file format.
>
> 2)… seconf thing is user application perform MOunt anf Unmount operation
> on user request, what will store to the registry and how Driver get from
> registry.
>
> you can briefly describe these two points.
>
> thanks
> Kishwar(Student)
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@compaqnet.be
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>