Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cdrom drive: reading data directly from it

0 views
Skip to first unread message

Charlie Kilpatrick

unread,
Jul 1, 1997, 3:00:00 AM7/1/97
to

hi there,

i'm wondering if someone could post code (or a pointer to some) that shows how
to read data directly off the cdrom drive. i'm using win95, visual c++ 5.0,
pentium.

any help appreciated. please email,

charlie

Erik H Gawtry

unread,
Jul 1, 1997, 3:00:00 AM7/1/97
to

If you have an IDE CD, give up, I have yet to see a completely successful
Win32 IDE CD read. Otherwise, for a SCSI CD, just search the net for CDDA.
There are literally hundreds of sample programs out there. You need to
use WinASPI and do a CDDA Read6, Read10, or Read12, depending on your CD
manufacturer.

-Erik

Charlie Kilpatrick <ckilp...@wesleyan.edu> wrote in article
<5p9t5m$1...@surf.com>...

Tong Shen

unread,
Jul 2, 1997, 3:00:00 AM7/2/97
to

Actually you CAN use ASPI to send command to IDE CD-ROM. ATAPI command set
is a subset of SCSI and the IDE CD-ROM driver is a SCSI class driver. Of
course, the driver/device may not support all of READ6, READ10 and READ12.

Tong

Erik H Gawtry <ega...@minn.net> wrote in article
<01bc861b$11c9fb60$7b63b69f@egawtry>...

0 new messages