Click here to Skip to main content
16,013,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to decide the parent dialog Pin
dadacncn17-Jun-04 3:51
dadacncn17-Jun-04 3:51 
QuestionHow to Serialize this? Pin
Tcpip200517-Jun-04 2:17
Tcpip200517-Jun-04 2:17 
AnswerRe: How to Serialize this? Pin
Blake Miller17-Jun-04 4:00
Blake Miller17-Jun-04 4:00 
GeneralRe: How to Serialize this? Pin
Tcpip200517-Jun-04 5:09
Tcpip200517-Jun-04 5:09 
GeneralSetting Dialog Box position Pin
sschilachi17-Jun-04 2:12
sschilachi17-Jun-04 2:12 
GeneralRe: Setting Dialog Box position Pin
Antony M Kancidrowski17-Jun-04 2:19
Antony M Kancidrowski17-Jun-04 2:19 
GeneralWrite a simple program that can read/write files from/into a CD Pin
ledallam17-Jun-04 2:03
ledallam17-Jun-04 2:03 
GeneralRe: Write a simple program that can read/write files from/into a CD Pin
Henry miller17-Jun-04 3:10
Henry miller17-Jun-04 3:10 
There are several ways depending on what exactly you want. If you are willing to go XP only, you can use a built in API for burning data disks. Doesn't work with 2000 or 98 though.

NERO has (sells? I'm not sure) a kit with an API for doing this. Even though I've never checked it out I'd guess this is the best solution. It works around firmware bugs in different drives, and the differences between the various MMC versions. I haven't looked at it so I don't know how much it does. There are a couple others that google will find too.

The hardest, but the one that gives you the most control: get the scsi specifications form t10.org. (nearly all CD drives speak scsi, even IDE drives. I don't think there are any exceptions faster than 2x or maybe 4x) Get the ISO specifications (free from ECMA, otherwise pay), or UDF specifications (half from OSTA, half from ECMA) and start working. Then figure out how to talk to the device directly with your OS (isn't hard, but NT bases systems are different from 95 based systems, and unix is different again). Last get one of every device and work around all the various bugs that each one has.


I've done the last one myself. It gives you the most control, but you also have to control a lot. Power calibration, write speed, track mode. Some of the above you have several choices, and you almost have to guess which one you should use.
GeneralCObject and CArchive again Pin
Anonymous17-Jun-04 1:53
Anonymous17-Jun-04 1:53 
GeneralRe: CObject and CArchive again Pin
Rodrigo Pinto Pereira de Souza17-Jun-04 2:20
Rodrigo Pinto Pereira de Souza17-Jun-04 2:20 
GeneralRe: CObject and CArchive again Pin
Anonymous17-Jun-04 2:54
Anonymous17-Jun-04 2:54 
GeneralRe: CObject and CArchive again Pin
Rodrigo Pinto Pereira de Souza17-Jun-04 7:46
Rodrigo Pinto Pereira de Souza17-Jun-04 7:46 
GeneralRe: CObject and CArchive again Pin
Antony M Kancidrowski17-Jun-04 2:24
Antony M Kancidrowski17-Jun-04 2:24 
GeneralRe: CObject and CArchive again Pin
Anonymous17-Jun-04 2:55
Anonymous17-Jun-04 2:55 
GeneralRe: CObject and CArchive again Pin
Rodrigo Pinto Pereira de Souza17-Jun-04 7:49
Rodrigo Pinto Pereira de Souza17-Jun-04 7:49 
GeneralUnsigned Char to char* Pin
Wender Oliveira17-Jun-04 1:46
Wender Oliveira17-Jun-04 1:46 
GeneralRe: Unsigned Char to char* Pin
Rodrigo Pinto Pereira de Souza17-Jun-04 2:03
Rodrigo Pinto Pereira de Souza17-Jun-04 2:03 
GeneralRe: Unsigned Char to char* Pin
toxcct17-Jun-04 4:21
toxcct17-Jun-04 4:21 
GeneralRe: Unsigned Char to char* Pin
Anonymous17-Jun-04 9:44
Anonymous17-Jun-04 9:44 
GeneralRe: Unsigned Char to char* Pin
John R. Shaw17-Jun-04 12:19
John R. Shaw17-Jun-04 12:19 
GeneralRe: Unsigned Char to char* Pin
John R. Shaw17-Jun-04 12:30
John R. Shaw17-Jun-04 12:30 
GeneralDifference between Structures and Classes Pin
Zeeshan Bilal17-Jun-04 1:32
Zeeshan Bilal17-Jun-04 1:32 
GeneralRe: Difference between Structures and Classes Pin
Trollslayer17-Jun-04 1:38
mentorTrollslayer17-Jun-04 1:38 
GeneralRe: Difference between Structures and Classes Pin
Zeeshan Bilal17-Jun-04 1:52
Zeeshan Bilal17-Jun-04 1:52 
GeneralRe: Difference between Structures and Classes Pin
Antony M Kancidrowski17-Jun-04 2:09
Antony M Kancidrowski17-Jun-04 2:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.