Burning CD Image problem

m_shivakumar

Registered
Hi All,
Can any one idea how burning image file, I got a class DRBurn, but i got a problem during run the code. this is my code as follows.

DRBurnProgressPanel *bpp=[DRBurnProgressPanel progressPanel];

[bpp beginProgressPanelForBurn:burn layout:[DRBurn layoutForImageFile:[_targetPath1 stringByAppendingString:mad:"TestVCD.cue"]]];

burn is DRBurnobject, path also given for layout ...this is the error i got...
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
2009-12-11 21:04:26.239 Music Store (Universal)[2992:2303] Stack: (
2506227691,
2459192891,
2506227147,
........
..........
.....
)
objc[2992]: objc_exception_throw failed.

I dont know , why the problem is coming, Any one have idea. or is there any other class that provides burn image file.

If Any one not understand plz let me know , where u didn't understood.so i can express more clear..

Thanku.....
 
Back
Top