I'm evaluating the StarBurn SDK. I have some problems creating VCD and SVCD. I even tried your sample project and get the same result.
I always get the following error (using Pascal Sample Project "VideoCD.dpr"):
Code:
VideoCD: StarBurn_CdvdBurnerGrabber_VideoCD() failed, exception 5, status 2, text "CStarBurn_DiskFile::CStarBurn_DiskFile(): CreateFile('D:\sources\Delphi\Test\StarBurnTest\StarBurn_VideoCD.ISO' ) failed, status 2!!!" VideoCD: EXITing with failure, Status = 2
I don't know why this is a problem. The directory is writeable, so there is no reason why the file cannot be created.
How do I set the temporary directory for starburn? Using the program directory is no good solution because a user with only normal rights has usually no write access "c:\program files\" where the application is installed in.