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


Commercial message



Nero SDK Discussion Forum Discuss, Help me. CDemoIsoTrack, Add PrevSession Infomation at International Chat: Software related forum; 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


Reply
 
Thread Tools
Old 29-05-2004   #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 DemoList_t;
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( );
}
jshuh is offline   Reply With Quote
Old 29-05-2004   #2 (permalink)
New on Forum
 
Join Date: Mar 2004
Posts: 9
Re: Help me. CDemoIsoTrack, Add PrevSession Infomation

i have an msi dr8-a2 dvd rw it frequently throws errors focus\tracking and eide command aborted using nero5.5 any ideas? drive is only weeks old
tonydenvir is offline   Reply With Quote
Old 02-06-2004   #3 (permalink)
Nero Developer
 
Join Date: Jun 2003
Posts: 209
Re: Help me. CDemoIsoTrack, Add PrevSession Infomation

Quote:
CIsoTrack *pIsoTrack = NeroImportDataTrack( );
/////////////// ?????????????????????
IsoTrack.AddEntry ( pIsoTrack ); /// ERROR
/////////////// Help Me ??
NeroImportDataTrack does not return a CIsoTrack but a tree of NERO_ISO_ITEMS which contain some information about the files on the disc. So what you actually have to do is to provide this information to your iso track implementation and give this information to NeroAPI when it asks for.

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;
And is to be given to NeroAPI with these methods of CNeroIsoEntry:
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;
matze is offline   Reply With Quote
Old 05-06-2004   #4 (permalink)
New on Forum
 
Join Date: Jul 2003
Posts: 6
Re: Help me. CDemoIsoTrack, Add PrevSession Infomation

Thank you, very much ^^

i'm happy, your reply..

have nice day ~~~
jshuh is offline   Reply With Quote
 
Reply


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

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
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


All times are GMT +2. The time now is 23:50.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0