Delphi xe2 tms components not available on x64 platform

Installed tms 6.1.4.1 components in delphi xe2. On the x32 platform they work fine, but under the x64 platform they are not available. Did I miss something?

+4
source share
3 answers

I think TMS will soon release these components without proper testing. Firstly, the trick for manually submitting the source path to the x64 platform does not work (I must say that it is completely stupid that the installer did not do this on its own). Now Embarcadero also provides service packs (even a month from the date of release), while TMS catches up (if?). I think devexpress and Raize are reasonable to keep testing components before labeling them 'ready for xe2'.

+3
source

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.

+5
source

If we look at the TMSSoftware website, it looks like v6.1.5.0 the TMS component package, which is ready for Delphi XE2.

On this page:

http://tmssoftware.com/site/

Message from the first of September. Title: "Information: TMS v6.1.5.0 component package is ready for Delphi XE2 and C ++ Builder XE2"

+2
source

All Articles