Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

exception: cannot load locale 1033

I use ver 4.1.6. When I use BCB debug mode to free run Winscp.exe, the following exception occurred. "Project WinScp.exe raised exception with message 'cannot load locale 1033." The exception occurred in following code

HANDLE __fastcall TGUIConfiguration::LoadNewResourceModule(LCID ALocale,
AnsiString * FileName)
{
...
if (!NewInstance && !Internal)
{
throw Exception(FMTLOAD(LOCALE_LOAD_ERROR, (int(ALocale))));
}
}