Click here to Skip to main content
15,893,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamic memory allocation Pin
CPallini17-Jul-07 8:17
mveCPallini17-Jul-07 8:17 
QuestionHow to expand all the nodes in 'QuickWatch' window? Pin
Mrkdb16-Jul-07 1:42
Mrkdb16-Jul-07 1:42 
AnswerRe: How to expand all the nodes in 'QuickWatch' window? Pin
David Crow16-Jul-07 3:55
David Crow16-Jul-07 3:55 
GeneralRe: How to expand all the nodes in 'QuickWatch' window? Pin
Mrkdb16-Jul-07 8:06
Mrkdb16-Jul-07 8:06 
GeneralRe: How to expand all the nodes in 'QuickWatch' window? Pin
David Crow16-Jul-07 8:14
David Crow16-Jul-07 8:14 
AnswerRe: How to expand all the nodes in 'QuickWatch' window? Pin
Roger C Moore1-Sep-16 10:26
Roger C Moore1-Sep-16 10:26 
QuestionUnit types Pin
William Engberts16-Jul-07 1:27
William Engberts16-Jul-07 1:27 
QuestionCan't burn the CD/DVD Pin
vijay_aroli16-Jul-07 0:48
vijay_aroli16-Jul-07 0:48 
Hello all,

I am trying to provide CD/DVD burning facility to my application. I have decided to use Magic CD/DVD burning component. has anyone used this component before? I am currently using the demo of the component. But I am not able to write data onto the CDs. I don't know what mistake I am doing. Can anyone point out what is the mistake that i am doing? here is the code snippet.


CMCDBurner *pObj;//CMCDBurner is a class that gives us tools for writing data on to CDs.<br />
pObj = new CMCDBurner;<br />
<br />
void (__stdcall *pWriteDone)(int , bool , void *);<br />
pWriteDone = &(CMCDBurner::WriteDone);<br />
pObj->InsertFile("\\", "c:\\mcdbc.log"); //Add files to burn.<br />
pObj->Prepare();    //Prepare data for burning.<br />
pObj->Burn(pWriteDone,NULL); //Burn data onto the CD/DVD


The example source that is provided with the Demo is something similar to the one written above. surprisingly, it can write data and my application cannot. so i am sure that i am doing the mistake. Can anyone help??? thanks in advance.

Regards,
Vijay.

God may not give us what we 'want', but he surely gives us what we 'need'.

QuestionRe: Can't burn the CD/DVD Pin
David Crow16-Jul-07 3:57
David Crow16-Jul-07 3:57 
AnswerRe: Can't burn the CD/DVD Pin
Hamid_RT25-Jul-07 7:57
Hamid_RT25-Jul-07 7:57 
AnswerRe: Can't burn the CD/DVD Pin
toolsche23-Feb-09 22:27
toolsche23-Feb-09 22:27 
Questionhow to register COM dll Pin
Max++16-Jul-07 0:08
Max++16-Jul-07 0:08 
AnswerRe: how to register COM dll Pin
ThatsAlok16-Jul-07 0:22
ThatsAlok16-Jul-07 0:22 
QuestionListBox Control Pin
jasn Smith15-Jul-07 23:54
jasn Smith15-Jul-07 23:54 
AnswerRe: ListBox Control Pin
William Engberts16-Jul-07 1:21
William Engberts16-Jul-07 1:21 
QuestionRe: ListBox Control Pin
Hamid_RT25-Jul-07 7:55
Hamid_RT25-Jul-07 7:55 
QuestionSetDlgItemTextW problem Pin
Suneet.0315-Jul-07 23:51
Suneet.0315-Jul-07 23:51 
AnswerRe: SetDlgItemTextW problem Pin
Sam_c16-Jul-07 0:13
Sam_c16-Jul-07 0:13 
GeneralRe: SetDlgItemTextW problem Pin
Suneet.0316-Jul-07 0:26
Suneet.0316-Jul-07 0:26 
GeneralRe: SetDlgItemTextW problem Pin
toxcct16-Jul-07 0:33
toxcct16-Jul-07 0:33 
AnswerRe: SetDlgItemTextW problem Pin
spsharma16-Jul-07 0:26
spsharma16-Jul-07 0:26 
GeneralRe: SetDlgItemTextW problem Pin
toxcct16-Jul-07 0:34
toxcct16-Jul-07 0:34 
GeneralRe: SetDlgItemTextW problem Pin
spsharma16-Jul-07 1:16
spsharma16-Jul-07 1:16 
AnswerRe: SetDlgItemTextW problem Pin
toxcct16-Jul-07 0:32
toxcct16-Jul-07 0:32 
GeneralRe: SetDlgItemTextW problem [modified] Pin
James R. Twine16-Jul-07 1:36
James R. Twine16-Jul-07 1:36 

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.