View Single Post
Old 20-06-2005   #2 (permalink)
llimz
New on Forum
 
Join Date: Jun 2005
Posts: 2
Re: Can't add session on DVD+-RW - works with CD-RW

Hi,

I just found why I've got this behaviour. We must fill in the nwcdpCDStamp var of the NERO_WRITE_CD struct with the previous value given by the NeroImportDataTrack.

Here is my code:

void *ppCDStamp = NULL;
...
importedNeroFile = NeroImportDataTrack( neroDeviceHandle, lastTrack , &ppCDStamp, &track, 0, &result, NULL );
...
writeCD.nwcdpCDStamp = ppCDStamp;

Hope it could help someone...

Jimmy
llimz is offline   Reply With Quote