5

Possible Duplicate:
How can I burn CD/DVD from delphi2007 win32

I am looking for a free and open source component or source code to write to a CD from Delphi 2007. Do you know any?

Community
  • 1
  • 1
mtoloo
  • 1,795
  • 3
  • 22
  • 28

1 Answers1

8

A quick search on Google reveals this JEDI Windows API blog post with some interesting links and comments. Perhaps it's an option to start with.

Ondrej Kelle
  • 36,941
  • 2
  • 65
  • 128
  • It seems TDiscMaster from the above blog is a good class to work with writer, but the demo does not work for me! **A generic error occurred.** error raises when trying to burn with the original demo! Has anyone worked with it? – mtoloo Jul 28 '11 at 15:17
  • 2
    @mtoloo My experience with IMAPI is that it is very brittle and often hardware dependent. My IMAPI scripts work on only around 50% of the machines in the office. The problem may not be with the JEDI component and may in fact occur with anything that uses IMAPI. – David Heffernan Jul 28 '11 at 15:22