Hello,
amro wrote:
1) Could anyone point me to a basic code snippet for burning a list of files to a cd/dvd in C#? Sessionless recording is fine, I do not need multisession support, if it makes it easier. Thanks in advance, I know this is a big one.
Currently, we have C# sample to burn DVD-Video discs from files. And JavaScript sample of creating and burning Joliet Data discs from files.
Take a look at StarBurn.JolietImage object.
amro wrote:
2) I am using MS Visual Studio 2005. When I copy the 2 main Starburn SDK dlls into my project folder and attempt to add them as references, VS.net 2005 gives an error. Is there an incompatibility w/ VS.net 2005 or (more likely) am I doing something incorrectly?
Please, don't do that. There is a StarBurn.OCX (COM wrapper of StarBurn SDK) which can be used from C#/VB/JavaScript.
Regards,
Alexey Popov