On Thursday 02 June 2005 09:47, Richard Cohen wrote:
Changelog
- Base FileMonikerImpl_Save() on XP
- Correct handling of Unicode strings & multibyte locales
- More error checking
- Change ERR to WARN
- Match Windows quick & dirty estimate for GetSizeMax()
Hi Richard,
Well done for fixing the Load & Save functions. However, there is one problem that isn't still fixed - paths that exist are saved with the Unicode version of their path name, but paths that don't are saved without. I'll make a patch to fix this if you think it's outside the scope of your current moniker fixes.
Thanks, Rob
Mike McCormack wrote:
In C, variables are traditionally lower case, and macros are upper case.
... but constants are also traditionally upper case. :)
Robert Shearman wrote:
... paths that exist are saved with the Unicode version of their path name, but paths that don't are saved without.
There's so much variation anyway between versions of Windows, that I dread to imagine anything relying on this.
I'll make a patch to fix this if you think it's outside the scope of your current moniker fixes.
Please go ahead :)
Richard.