MacOS 64 bit compilation of TMS Components

Hi,


Saw your blog post about manual compilation of pas files for 64 bit macos. So I set the path in Tools | Options | Language | Delphi Options | Library to add the TMS components:

C:\Users\user\Documents\tmssoftware\Rio\TMS FMX UI Pack

When I tried this at first it gave an error at the implicit build compiler option so I turned this option on as it was off. I handle some of your TMS components from inside of my own components by adding properties to your components so that I can write code to manipulate positions, etc from inside my components instead of cluttering up my forms. I get the following compiler errors:

[dccosx64 Warning] TMSFMXPackPkgDXE12.dpk(72): W1002 Symbol 'IMAGEBASE' is specific to a platform
[dccosx64 Fatal Error] TMSFMXPackPkgDXE12.dpk(380): F1026 File not found: 'XlsAdapter\FMX.GridExcelIOReg.pas'
[dccosx64 Fatal Error] ZoidsoftFMX.dpk(36): E2202 Required package 'TMSFMXPackPkgDXE12' not found

I have no problems doing this on windows 32 / 64 or macos 32 bit.

Sincerely,
Curtis Manwaring