I need to burn CD/DVD disks from my C++ program. Can you recommend me a method?
Edit: The platform is Windows.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On Windows, I have previously used the IMAPI2 interface very successfully. This site gives a really good set of sample code for this. You may need to extensively modify the code for your implementation, but it works, and works well.
One thing about the IMAPI2 interface; it’s what you pretty much need to use if you’re going to be writing to DVDs, as previous iterations of the IMAPI interface had inconsistent handling of writing to DVDs.