How would I write a virtual CD/DVD burner that would allow programs that burn to write to ISO?
Posted
by Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2010-04-18T19:40:58Z
Indexed on
2010/04/18
19:43 UTC
Read the original article
Hit count: 197
I want to write an app that will allow a program like iTunes which normally will recognize a DVD/CD burner to recognize a virtual one and then write to it creating an ISO. I would guess to use C/C++... can someone point me in the right direction as to how this can be done?
Basically it would be a virtual CD/DVD burner that would output an ISO file to the hard drive. I want to do this for both the usefulness of it as well as the challenge, just need an idea of how to approach it, have no idea how to write virtual hardware.
© Stack Overflow or respective owner