Does anyone know how to call the NeroImportDataTrack function? I always get an access violation. It seems impossible to call it.
Delphi7 Nero 6.3.* NeroAPI 1.05
Actually the function is not declared in the neroapi unit. The following line should be added in the InitNeroAPIFunctions function in the NeroAPI.pas:
NeroImportDataTrack := GetNeroProc('NeroImportDataTrack');
Log in to post a comment.
Does anyone know how to call the NeroImportDataTrack function?
I always get an access violation.
It seems impossible to call it.
Delphi7
Nero 6.3.*
NeroAPI 1.05
Actually the function is not declared in the neroapi unit.
The following line should be added in the InitNeroAPIFunctions function in the NeroAPI.pas:
NeroImportDataTrack := GetNeroProc('NeroImportDataTrack');