After some exchange with TMS Software, it seems that the problem is related to changes in the implementation of various platforms with components. So, the solution is, as you said in the previous comment. Stay 32 bits and place the components and code. And only at the end to compile in 64 bits. For a compiler error, go to the "Tools", "Options", "Delphi Options", "Library" menus. Select 32 bits, copy the path that you have for the TMS components. And select after 64 bits, and paste in the Path that you copied from 32 bits. Compile and it works.
source share