| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Jul 2003
Posts: 6
| Help me. CDemoIsoTrack, Add PrevSession Infomation Help me.... CDemoIsoTrack Object, Add PrevSession Infomation I use CDemoIsoTrack because Time offset http://club.cdfreaks.com/showthread....highlight=time but,,,,,,,, T.T; i cannot make multi session code. How merge Prev Session to IsoTrack ?????? Current, i got the result "new session burn" my psheudo code here ...... int BurnProc( ) { CDemoIsoTrack IsoTrack; IsoTrack.AddEntry ( sFileName1 ); IsoTrack.AddEntry ( sFileName2 ); typedef list for( DemoList_t::iterator it = IsoTrack.m_Entries.begin(); it != IsoTrack.m_Entries.end(); ++it ) { CDemoIsoEntry Entry = (*it ); printf( "filename [%s]",Entry.GetName() ); } NERO_WRITE_CD *pWriteCD = (NERO_WRITE_CD *) malloc (size); memset (pWriteCD, 0, size); pWriteCD->nwcdIsoTrack = &IsoTrack; pWriteCD->nwcdCDExtra = CDExtra; CIsoTrack *pIsoTrack = NeroImportDataTrack( ); /////////////// ????????????????????? IsoTrack.AddEntry ( pIsoTrack ); /// ERROR /////////////// Help Me ?? Burn( ); } |
| | |
| | #3 (permalink) | |
| Nero Developer Join Date: Jun 2003
Posts: 209
| Re: Help me. CDemoIsoTrack, Add PrevSession Infomation Quote:
I think, you have to enhance the demo iso track of NeroAPITest a bit to actually support multisession. The information you have to take from the iso items is Code: // Used to reference a file from a previous session long dataStartSec; __int64 dataLength; struct tm entryTime; struct CImportInfo *importinfo; Code: // Can be used to reference files from previous session virtual DWORD GetDataStartSec(); // virtual BOOL IsDataFixed(); // return TRUE here virtual BOOL GetEntryTime(struct tm *tm) virtual CImportInfo *GetImportInfo() const; | |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add a shortcut | fordcapri | Dutch: De Woonkamer | 1 | 19-06-2006 17:31 |
| Help Add Folders | serjaime78 | Nero SDK Discussion Forum | 0 | 17-10-2005 12:51 |
| ND-3500AG only burning at 1.5X...infomation overload, please help | rmm64 | NEC / Optiarc Burner | 10 | 16-01-2005 14:54 |
| CD Protection Infomation | Khaine | Optical Storage Technical Discussions | 3 | 08-12-2002 14:16 |
| Asus CDW-4816A Infomation | Thracx | Clone CD | 9 | 21-08-2002 00:28 |