Coyotte 0 Posted August 1, 2022 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
Uwe Raabe 2057 Posted August 1, 2022 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
Coyotte 0 Posted August 1, 2022 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