Writting data to CD
-
Can any body help me in project in which I want to write data to cd in MFC :omg:
-
Can any body help me in project in which I want to write data to cd in MFC :omg:
If it is required under XP only, you may check ASPI interface. Otherwise quickest solution will be using 3rd party libraries, like that of binarymagics.com Igor Green http://www.grigsoft.com[^] Compare It! + Synchronize It! : Files and folders comparison never was easier!
-
If it is required under XP only, you may check ASPI interface. Otherwise quickest solution will be using 3rd party libraries, like that of binarymagics.com Igor Green http://www.grigsoft.com[^] Compare It! + Synchronize It! : Files and folders comparison never was easier!
Thanks other then VC++ which other plateform may be best
-
Thanks other then VC++ which other plateform may be best
I don't know - I'm VC developer myself. But it should not matter - any Win32 development platform will have same limitation - well, maybe you will find free Delphi library for this. Another choice could be .Net - but it will limit your target platform anyway. Igor Green http://www.grigsoft.com[^] Compare It! + Synchronize It! : Files and folders comparison never was easier!
-
Can any body help me in project in which I want to write data to cd in MFC :omg:
Maybe. I have written to CDs, and my programs work under windows 2000. If you can limit yourself to windows XP, there is a cd burning interface that will be easy to use. Check out the limits of that, it might meet your needs. You can get third party libraries to do the hard work. A little costly, but it might be worth it. The hardest is what I did: write pure scsi commands to the device, handeling everything manually. I've been meaning to write a CP artical about what I did (no code as my boss won't approve it, but I can give a lot of hints on what your design needs to account for). Let me know if this would be useful, I've been trying to find some motivation.