Support XE 10.2 Tokyo

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Angel Cesareo Orgiles Bar
Posts: 2
Joined: Thu Jul 10, 2014 10:20 am

Support XE 10.2 Tokyo

Post 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.
MrDeveloper
Posts: 1
Joined: Tue Mar 28, 2017 4:39 pm

Support

Post 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;
{ ... }
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

We're working now under support for RAD Studio 10.2. ETA is about one week or so.
Best regards,
Igor Siticov.
vez
Posts: 3
Joined: Sat Jul 24, 2010 3:01 pm

Post 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.
Vladimir
Post Reply