Jump to content
Sign in to follow this  
Coyotte

Cannot compile FMX app for window 32 bits platform

Recommended Posts

Hi all,

 

Just installed a fresh version of Delphi Alexandria (11.1).
As I experienced problems with some TMS tools, I tried to figure out the problem and  I created a simple multi-device application.
It's the basic empty project with neither code nor component added.

As it compiles for the 64 bit Win platform, I get an error while compiling for the 32 bits platform.
("Unit FMX.FontGlysphs not found")

It seems also that the fmx unit should be missing in 32 bits as this is the main error I get when trying to compile TMS components.

Could someone point me to some checks or procedure to  solve this (probably stupid) problem ?
Thanks by advance,

 

Michel

 

Share this post


Link to post

Under Tools - Options - Language - Delphi - Library check if the Library path contains c:\program files (x86)\embarcadero\studio\22.0\lib\Win32\release (or wherever you installed Delphi to). If that holds true, then check that FMX.FontGlyphs.dcu is available there.

Share this post


Link to post

HEllo Uwe,
Thanks for your help.
When trying to add the path, Delphi si complaying that is it alread in the list.
I thing that the path is referenced as $(BDSLIb)\$(Platform)\release in the Library path.

 

Looking for fmx.fontGlyphs.dcu...
It exists in  win64/release.
In win32/release, there's only a FMX.FontGlyphs.Win.dcu but no FMX.FontGlyphs.dcu ...

 

Michel

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×