MemIni unit cannot find unit Dialogs

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Malcolm
Posts: 114
Joined: Tue Jan 21, 2003 5:18 pm
Location: Scotland

MemIni unit cannot find unit Dialogs

Post by Malcolm »

Using v 7.9.5.2 with an Android project.

I have declared a local var as
Ini: TIniFile;
then used it as:
Ini := TIniFile.Create(System.IOUtils.TPath.Combine(System.IOUtils.TPath.GetDocumentsPath,
'arefsettings.ini'));
...

So my unit uses: System.IniFiles, System.IOUtils, FMX.Dialogs and SiComp

But a compile or build throws up the error:
[DCC Fatal Error] Memini.pas(171): F2613 Unit 'Dialogs' not found.

What have I missed?
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Re: MemIni unit cannot find unit Dialogs

Post by isiticov »

Hi Malcolm!

Please just remove Dialogs from MemIni.pas. Sorry for this. Or you can use pre-built DCUs for Android. But deleting Dialogs reference will be better I believe.
Best regards,
Igor Siticov.
Malcolm
Posts: 114
Joined: Tue Jan 21, 2003 5:18 pm
Location: Scotland

Re: MemIni unit cannot find unit Dialogs

Post by Malcolm »

Hi Igor,
Thanks, that (deleting Dialogs) solves the Memini.pas error.
Now for the other (non SiComponents) issues. :D

Malcolm
Post Reply