Page 1 of 1

Delphi 10.4, FMX

Posted: Fri Nov 06, 2020 7:19 am
by mediatech
hi there,
we are using:
- Delphi 10.4
-sicomponents 7.8.4
we create a new multiplatform FMX Project, Target Win64. Drop a TsiLangRT on the form, compile, Error:
[dcc64 Fatal Error] siLangRT.pas(25): F2613 Unit 'Controls' not found. (see also appended Screenshot)

also we added conditional define "FMX" to compiler options

So, whats wrong ?

Best regards
Andreas

Re: Delphi 10.4, FMX

Posted: Sat Nov 07, 2020 4:18 am
by isiticov
Hello,

TsiLangRT component is not applicable for FMX applications. Please use TsiLang instead.
Only the following components available under FireMonkey applications: TsiLang, TsiLangLinked and TsiLangDispatcher. As other components are designed for specific tasks which are applicable only under Windows OS.