View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003384 | MMW v4 | Burning / Disc Handling | public | 2007-08-12 21:58 | 2007-08-24 18:31 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0003384: Remove dependency on some global variables | ||||
Description | Technical: There are some global variables used in burning/ripping (hpCDEBurner.pas) that could potentionally be dangerous, namely: 1. ThreadTerminated - this seems to prevent burning on >1 device simultaneously. 2. GlobalCDHandle - can't it cause problems with ripping/scanning CD content on >1 device? | ||||
Tags | No tags attached. | ||||
Fixed in build | 1059 | ||||
|
Re 2: GlobalCDHandle is used for CD reading in GetInfoFromAudioCD() procedure. This handle has only some caching character so that some operations for getting info from audio CD could be performed faster next time. It is not the handle used for ripping CDs. So MM can rip 2 CDs at once. |
|
Fixed in build 1059. |
|
Verified 1063 that ripping/burning works as expected. |