Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

delphi xe2 tms components unavailable under x64 platform

Instaled tms components 6.1.4.1 in delphi xe2. Under x32 platform they work ok but under x64 platform they are unavailable. Am I missing something ?

like image 511
user763539 Avatar asked Dec 27 '22 13:12

user763539


1 Answers

After some exchange with TMS Software it seems that the problem come with the changes of different platform implementation with components. So the solution it's as you said in the previous comment. Stay in 32 bits and put the components and the code. And only at the end compile in 64 Bits. For the error of the compiler go to Tools Menu, Options, Delphi Options, Library. Select 32 Bits, Copy the path that you have for the TMS Components. And select after 64 Bits, and paste the Path that you have copied from the 32 Bits. Compile and it works.

like image 118
Thierry Laborde Avatar answered Feb 01 '23 17:02

Thierry Laborde