View Issue Details

IDProjectCategoryView StatusLast Update
0002173MMW v4Burning / Disc Handlingpublic2006-06-08 20:13
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002173: Update CD burning with unicode support
DescriptionThis requires some changes in MM + updated sdk from hpcde.
TagsNo tags attached.
Fixed in build

Activities

rusty

2005-11-18 18:28

administrator   ~0006304

Note: hpcde indicated that this functionality would be ready late October.

jiri

2006-03-06 13:46

administrator   ~0006984

PrimoBurner SDK Version 1.94 (previously hpCDE) seems to support this feature.

jiri

2006-05-30 14:59

administrator   ~0007310

Since we already have a version that supports Unicode (currently we have 1.98), we should implement this in MM 3.0. Technically it includes:
 - All track titles and paths will be send as Unicode strings to our hpcde.dll (i.e. 16-bit per char instead of current 8).
 - The project will be configured to be compiled as Unicode.
 - We probably won't need to use streams as we currently do in hpcde.dll (they were used in order to make a kind of Unicode support - on reading tracks from PC).
 - Thanks to this, it probably will be possible to again turn on caching of small and network files (but make this configurable - as described in another issue in Mantis).

Ludek

2006-06-08 20:11

developer   ~0007334

Last edited: 2006-06-08 20:12

Data burning has been completely updated with unicode support according to the last note.
I've assigned 0002374 to myself for enabling 'Cache network files' feature.