#1 Burning Software

It is currently Thu Apr 18, 2024 11:23 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: TrackAtOnceFromTree - non-0 starting LBA
PostPosted: Mon Jan 03, 2005 3:39 am 
Offline

Joined: Sun Jan 02, 2005 11:32 pm
Posts: 6
In the TrackAtOnceFromTree example, it mentions that non-0 starting LBA does not work when calling _BuildImage.

Does this mean we cannot write more that one track to a data CD?

Let me rephrase my question.

How do I burn to a CD-R over multiple sessions? I don't want to import the previous session, just overwrite it. Should I use TrackAtOnce or SessionAtOnce ?

We are looking at purchasing your tool kit, but want to iron out all the kinks before hand.

Thanks!

Stuart


Top
 Profile  
 
 Post subject: Re: TrackAtOnceFromTree - non-0 starting LBA
PostPosted: Thu Jan 06, 2005 11:48 am 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Hi,

StarBurn support more then one track/session burning.
Please, check TrackAtOnceFromTreeWithImport to see how to import previous session and how to build the image with non-zero starting LBA.

Code:
        //
        // Try to build ISO image from LBA found in the track information structure and tree level we've found in the tree
        //
        l__EXCEPTION_NUMBER :=
            StarBurn_ISO9660JolietFileTree_BuildImage(
                l__PVOID__ISO9660JolietFileTree,
                PCHAR( @l__CHAR__ExceptionText[1] ),
                sizeof( l__CHAR__ExceptionText ),
                l__ULONG__Status,
                l__TRACK_INFORMATION.m__LONG__NextWritableAddress,
                l__LONG__TreeLevel, //ISO9660_TREE_LEVEL
                TRUE,
                'Volume N1',
                'TrackAtOnceFromTreeWithImport.exe',
                'TrackAtOnceFromTreeWithImport.exe'
                );


Regards,
Alexey.
scarnie wrote:
In the TrackAtOnceFromTree example, it mentions that non-0 starting LBA does not work when calling _BuildImage.

Does this mean we cannot write more that one track to a data CD?

Let me rephrase my question.

How do I burn to a CD-R over multiple sessions? I don't want to import the previous session, just overwrite it. Should I use TrackAtOnce or SessionAtOnce ?

We are looking at purchasing your tool kit, but want to iron out all the kinks before hand.

Thanks!

Stuart


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group