Page 1 of 1

Recording data to CD using low-level instructions

PostPosted: September 17th, 2005, 10:37 am
by Mohammad Ahmadzadeh
Hi

Is there any way to record a data CD in Delphi using low-levelinstructions such as using API or assembly in Delphi?

Low-level is important for me because I want to change some instructions in order to achieve some special results (Creating CD lock!).

PostPosted: September 17th, 2005, 11:22 am
by Johnny_Bit
Adaptec ASPI API. This is the only one valid answer.

PostPosted: September 19th, 2005, 1:02 pm
by Mohammad Ahmadzadeh
:?: Do you know a good link for it?

:( I don't know what is ASPI and how to use it!