CD ROM burning libraries
-
Hello guys! Does anybody know of some good CDROM burning libraries that I could use for a project of mine? I want to add some CDROM burning capabilities to my programs... Thank you in advance! "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
-
Hello guys! Does anybody know of some good CDROM burning libraries that I could use for a project of mine? I want to add some CDROM burning capabilities to my programs... Thank you in advance! "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
-
I believe Nero has a pretty good API that you can use. Check out this forum for more information: http://forum.cdfreaks.com/forumdisplay.php?s=96181aa1c6518e10d7638e0e68fe3db0&forumid=73[^]
Hi! The Nero api is pretty good but I recommand using something more general... Nero SDK only works if there is a nero burning program installed on a computer and everyone doesnt use nero...(but it is easier to use) You can use the imapi.h header file which you can get by downloading the latest Platform SDK ( it includes cd-writing ) ... ( your program will work on computers with windows XP or with some other windows edition with a service pack ) Well... I am a beginner ...