I am evaluating StarburnX as a possible component to allow the company I work for to burn CD's. Since what my company needs the software for is a data burning program I have been running the sample program called "DataBurner8", which came with the evaluation version of the software. Everything seems to work fine except for one thing - the sessions.count is incorrect (always 0). That means when the software goes through to enable the "Import Status" button it never becomes enabled so I can't really test burning multi-session discs.
The line of code that causes the problem is line 1054 of frmDataBurner.cs:
Code:
btnImportTrack.Enabled = (discInfo.Sessions.Count > 0) ? true : false;
I searched the forums and couldn't seem to find anything that relates and the problem persists whether I have a CD-R or a CD-RW in the drive. Any help would be much appreciated.
Thanks.