Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, writing dvd at International Chat: Software related forum; for writing cd-rw i am use this parametrers void __fastcall TCDRWForm::BeginBurn(NERO_MEDIA_TYPE mt) { ISOTrack->set_BurnOptions(NERO_BURN_OPTION_CREATE_ISO_FS | NERO_BURN_OPTION_USE_JOLIET); if(!FinCheckBox->Checked) { flags=NERO_BURN_FLAG_CLOSE_SESSION; } flags|= NERO_BURN_FLAG_VERIFY; flags|= NERO_BURN_FLAG_WRITE; speed=StrToInt(SpeedComboBox->Text.SubString(1,SpeedComboBox->Text.Pos("x")-1));//speed==36 currdevice->BurnIsoAudioCD(L"",L"",false,ISOTrack->GetDefaultInterface(),NULL,NULL,


Reply
 
Thread Tools
Old 01-01-2005   #1 (permalink)
CD Freaks Rookie
 
Join Date: Apr 2004
Location: Ukraine
Posts: 48
writing dvd

for writing cd-rw i am use this parametrers
void __fastcall TCDRWForm::BeginBurn(NERO_MEDIA_TYPE mt)
{
ISOTrack->set_BurnOptions(NERO_BURN_OPTION_CREATE_ISO_FS | NERO_BURN_OPTION_USE_JOLIET);

if(!FinCheckBox->Checked)
{
flags=NERO_BURN_FLAG_CLOSE_SESSION;
}
flags|= NERO_BURN_FLAG_VERIFY;
flags|= NERO_BURN_FLAG_WRITE;
speed=StrToInt(SpeedComboBox->Text.SubString(1,SpeedComboBox->Text.Pos("x")-1));//speed==36
currdevice->BurnIsoAudioCD(L"",L"",false,ISOTrack->GetDefaultInterface(),NULL,NULL,flags,speed,mt);

}

I am try writing dvd-r - failed
__________________
Tors
Tors is offline   Reply With Quote
Old 02-01-2005   #2 (permalink)
CD Freaks Rookie
 
Join Date: Apr 2004
Location: Ukraine
Posts: 48
Re: writing dvd

I am decide problem
__________________
Tors
Tors is offline   Reply With Quote
Old 02-01-2005   #3 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Quote:
I am decide problem
Does it mean you have resolved it?

It is hard to say anything from the code snippet you sent. There is nothing wrong with it apart from passing the litteral Unicode strings where BSTRs are expected. Even though it seems to work, it is considered a bad practice.
alexp is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sony dvd rw dw-q120a dvd writing problem iTTi LiteOn / PLDS/ Sony Burner 1 14-06-2007 10:19
DVD writing: Host abort writing ironball Optical Storage Technical Discussions 4 08-09-2006 10:01
Why can 12x writing be faster than 16x writing. COPYCATT Asus / Pioneer Burner 0 22-10-2005 05:13
Nero fails writing after writing??? ArcAiN6 Nero & InCD 3 05-07-2005 04:45
Max. writing speed limit for DVD-R/DVD-R DL burner? Cr4z33 CD and DVD Burners 2 26-10-2004 19:30


Content Relevant URLs by vBSEO 3.1.0