Page 1 of 1

Support XE 10.2 Tokyo

Posted: Wed Mar 29, 2017 6:45 am
by Angel Cesareo Orgiles Bar
Hello,

Embarcadero has released Delphi, C++Builder and RAD Studio 10.2, when do you expect support for this XE10.2 Tokyo? I am especially interested in the C ++ side

Thanks in advance.

Support

Posted: Wed Mar 29, 2017 7:20 am
by MrDeveloper
Yes when the support will become available?

And maybe I've found a memory leak bug here:

siComp.pas
procedure TSIBFileManager.LoadFromStream(const AComp: TsiCustomLang; const AOwnerClassName: string; AStream: TStream);

{ ... }
AComp.LangNames.Assign(SI.LangNames); // Missing
AComp.DoNotTranslate.Assign(SI.DoNotTranslate); // Missing
AComp.SmartExcludeProps.Assign(SI.SmartExcludeProps); // Missing
// Extended loading:
IF (csDesigning in AComp.ComponentState)
THEN
AComp.ExtendedTranslations.Assign(SI.ExtendedTranslations) // Missing
{ ... }
finally
SI.FSIBLoading := False;
// 5.2.1
AComp.FSIBLoading := False;
SI.Free; // Free missing
frm.Free; // Free missing
end;
{ ... }

Posted: Thu Mar 30, 2017 2:40 am
by isiticov
We're working now under support for RAD Studio 10.2. ETA is about one week or so.

Posted: Fri Mar 31, 2017 8:18 am
by vez
isiticov wrote:We're working now under support for RAD Studio 10.2. ETA is about one week or so.
May be you can check installer for siLang, I mean to add carefully paths for win32c and others, I have to edit ones by hand after install.