PDA

View Full Version : CD burning


tommazzo
20th August 2005, 18:40
Hi!

How can I burn files to a cd from a C# program? I've found some information on how to use the XP IMAPI burning engine, but I would like to deploy my program to more than just XP users.

Any help would be appreciated.

DaveEL
23rd August 2005, 10:17
Couple of options use the nero sdk. i found this which i think is a wrapper for .net http://www.mycsharp.de/wbb2/thread.php?threadid=1187

or call the mkisofs and cdrecord programs from yours.

DaveEL

tommazzo
23rd August 2005, 17:13
The Nero SDK sounds good, but here people again need to have something installed on their machines in order for the burning to work.
MkIsofs and CdRecord should be more appropriate for my situation. Has anybody found a way to compile these tools on Windows?

buzzqw
23rd August 2005, 22:07
some link to cdrecord (windows)

http://home.arcor.de/kerberos002/
http://demosten.com/cdrfe/#download
http://www.sbox.tugraz.at/home/t/tplank/
http://www.geoshock.com/cdrtools/
http://www.paehl-info.de/cdr/

BHH