Re: access violation of WinScp
How to compile version info into WinSCP? Thanks!
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
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
}