Reading Raw Data from CD?

vishal.chauhan

Registered
Hi All,

I m using Mac Intel with OS 10.4.9.

I want to Read Cd raw information from a c++ application.
I am reading this by using

lseek(fileDescriptor,(off_t) SectNo*SECTSIZE, SEEK_SET);
numBytes = read( fileDescriptor, Buffer, Size );

But it is not working out for me.

So if anybody knows the Issue then plz help me.

Thanks.
 
Back
Top