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

sunshine_uyl

Re: access violation of WinScp

How to compile version info into WinSCP? Thanks!
martin

Re: access violation of WinScp

You have not compiled version info into WinSCP.
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
}
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
}