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