access violation of WinScp
When I use BCB debug mode to run the following code, access violation occurred.
LCID __fastcall TGUIConfiguration::InternalLocale()
{
LCID Result;
if (GetTranslationCount(ApplicationInfo) > 0)// access violation occurred at this line
}
LCID __fastcall TGUIConfiguration::InternalLocale()
{
LCID Result;
if (GetTranslationCount(ApplicationInfo) > 0)// access violation occurred at this line
}