| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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 |
| | |
| | #3 (permalink) | |
| Nero Developer Join Date: Oct 2003
Posts: 605
| Quote:
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. | |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |