SDK For cdwriter

I have a problem. I try to write a cd writer program ins c# but I can't find any sdk. Any one who knows?

Thank you in advance :slight_smile:

You might notice these are UNIX forums, not Windows ones.

I use mono c# for unix.

There are commandline tools available for burning CD's and DVD's on Linux systems(see cdrecord, mkisofs, growisofs, cdctl), which may be simpler to use from C# than trying to add UNIX SCSI support to an emulated Windows language.

Thank you Corona688, but what about c++ Libraries or SDK's?

There's libburnia. But you could find there's some quite good reasons to keep cd-burning in a seperate process; the disk-level access and realtime system priority you'd want for burning disks can be quite awkward to arrange, and aren't something you'd want a new program under development blundering around with.