Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Writing Files Directly to a CD-RW

Writing Files Directly to a CD-RW

Scheduled Pinned Locked Moved C / C++ / MFC
question
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nde_plume
    wrote on last edited by
    #1

    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.

    H 1 Reply Last reply
    0
    • N nde_plume

      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.

      H Offline
      H Offline
      HumanOsc
      wrote on last edited by
      #2

      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...

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups