http://d.puremagic.com/issues/show_bug.cgi?id=11283
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-10-16 15:05:13 PDT --- I've found this comment on MSDN which may be relevant: ----- ERROR_MUI_FILE_NOT_FOUND(15100) Also note that beginning with Vista, error ERROR_MUI_FILE_NOT_FOUND(15100), or ERROR_MUI_FILE_NOT_LOADED(15105) may also be returned. This can trip you up if you are looking only for ERROR_RESOURCE_LANG_NOT_FOUND(1815). In addition, under low memory conditions, FormatMessage will return ERROR_MUI_FILE_NOT_FOUND(15100) instead of ERROR_OUTOFMEMORY(et al). So if you see this error in the field, determine the customer's memory state so you don't scratch all the hair off your head while diving into your multi-language support implementation. ----- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
