Writing Files Directly to a CD-RW
-
I need to be able to write files directly to a CD-RW disk, however, the way things work in XP is to keep a cache on the local disk, and then actually write them on user command. I need to bypass this mechanism and write directly to CD, or at the very least find some mechanism to start the "copy from cache to the CD" system. Does anyone have any suggestions for me? Thanks, in advance.
-
I need to be able to write files directly to a CD-RW disk, however, the way things work in XP is to keep a cache on the local disk, and then actually write them on user command. I need to bypass this mechanism and write directly to CD, or at the very least find some mechanism to start the "copy from cache to the CD" system. Does anyone have any suggestions for me? Thanks, in advance.
Hello, nde_plume wrote: find some mechanism to start the "copy from cache to the CD" system For this problem use the ICDBurn Interface or IMAPI ... With this interface you can start the default burn mechanism (Dialog) or directly burn files but only under Windows XP (look at MSDN)... They exists some wrappers in the web... When you need a solution for all windows systems then you must use a comercial library (from nero or roxio)... In my mind, an other alternative dosen't exist because cd burning needs much knowledge about IDE and SCSI... good look and cu...