SDK For cdwriter


 
Thread Tools Search this Thread
Top Forums Programming SDK For cdwriter
# 1  
Old 02-02-2009
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 Smilie
# 2  
Old 02-02-2009
You might notice these are UNIX forums, not Windows ones.
# 3  
Old 02-03-2009
I use mono c# for unix.
# 4  
Old 02-03-2009
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.
# 5  
Old 02-04-2009
Thank you Corona688, but what about c++ Libraries or SDK's?
# 6  
Old 02-05-2009
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Web Development

PubNub PHP SDK V4 Issues

Any idea why this fails? Here is a PubNub PHP SDK V4 working code which throws the error: PHP Parse error: syntax error, unexpected 'use' (T_USE) in ..... According to the PubNub docs, V4 of the PHP SDK support PHP v5.6, so I'm really confused as to why this error. Directly from this... (3 Replies)
Discussion started by: Neo
3 Replies

2. Solaris

error during the installation SDK 6

Dear Members, this java already install in my machine $ uname -a SunOS maxdmail.com 5.10 Generic_139556-08 i86pc i386 i86pc $ java -version java version "1.5.0_17" Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04) Java HotSpot(TM) Client VM (build 1.5.0_17-b04,... (1 Reply)
Discussion started by: xxmasrawy
1 Replies

3. UNIX for Advanced & Expert Users

Autosys-SDK

Hi friends, I am trying to validate the jil file programmatically. I plan to use the SDK provided by Autosys. Is CA provide any interfaces for this? Another thing : What is Jil syntax checker or Jil verifier or Jil validator? Where is it available in autosys? I am using R11 SP2 version... (0 Replies)
Discussion started by: ksswamy
0 Replies

4. OS X (Apple)

iPhone SDK?

Just need a little help learning to code using the iPhone SDK. HELP WOULD BE GREAT!!! (1 Reply)
Discussion started by: Nintenman
1 Replies
Login or Register to Ask a Question