access violation of WinScp

Advertisement

Guest

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
}

Reply with quote

Advertisement

Guest

Re: access violation of WinScp

The version I use is 4.1.6.

Anonymous wrote:

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
}

Reply with quote

Advertisement

You can post new topics in this forum