WinXP IMAPI CD-Burn Service

asince

New member
I try to develop a cd burner using Imapi service within WinXp
But i saw that EnumDiscRecorders don't return any recorder witch the DiscMaster supported.
Did anyone work with IMAPI in .NET
 

dx

1
Duracell said:
i assume most of us having disabled IMAPI, because it often causes conflicts with other burning software
Yep, one of the first things I do is disable this crap. The embedded burner service/proggie in XP is made my Roxio... maker of EZCD Cremator. Yeah, it's really that good. :rolleyes:

If you want a good freeware burning app try this... Burnatonce :cool:
 

asince

New member
thanks for advise

I must develop my own program because I will use it in my
athor programs

I have downloded Burnaatonce I can its very useful but can I get its
libraries (activeXs).
What I need only to backup my folders
So I needn't a program witch have a extra properties.

I think that IMAPI is a good solution for me but I saw that it isn't
useful.

Do you have any advise for me?
 
Just try to develop an application around cdrtools and dvd+rw tools- you can find the code for both freely available. You ca use either Cygwin or Mingw to transfer the code into Windoze.
Burnatonce made a bad decision, and discredited cdrecord in favour of CDRDAO. Unfortunately enough CDRDAO got messed in a very complex licences issue, and it's development has stopped for more than a year ago. Rewriting the whole BAO code, so it would use cdrecord instead is extremely laborous, but IMHO Jamieo (the BAO developer) should do it at some time, even if it has to start counting from "BAO-new 0.01"...
dvd+rw tools is a relatively new Unix project, which can be ported into Windoze- if this is done then nobody will ever need a commercial DVd burning app.
 
Top