Author Topic: CD stuff  (Read 5597 times)

Anonymous

  • Guest
CD stuff
« on: July 07, 2005, 12:53:31 pm »
Hi,
i'm actually working on a cd copying programm.
This is just for fun and practice c++ and win32, i do not intent to deal with copy protections or protected dvds!
So far i'm able to copy mode1 cds/dvds by reading and writing iso images.
Lately i manged to copy audio cds with track at once recording.
Now i wanted to copy multi session cds and i have problems with it.
I have no problem to read the cd track by track and session by session, but writing it leads always to non readable discs.
Is it possible to write multisession discs with track at once recording or do i have to use dao or sao recording?
I already checked out the cdrdao sources and found some hints, but i did not lead to final success (the sources are not very well documentated).
 
Is anybody out there who can give me some hints?
I'm quite familiar with mmc/spc commands, so if there are some code snippets it would be great!!
 
Thanx in advance
Tom

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
CD stuff
« Reply #1 on: July 07, 2005, 05:23:24 pm »
Um sorry, I'm afraid i can't help you with this. Perhaps you should look for cd writing projects at sourceforge, I've seen a couple of those. Good luck!