Page 1 of 1

How to use teechart AX 8.0.1.1 on Windows Server 2008 64 bit

Posted: Fri Aug 12, 2011 5:16 am
by 15046202
Hi,

I'm developing an C++ application which using TeeChart ActiveX 8.0.1.1 on Visual Studio 2010.
My application can run properly on Windows 32 bit platform and "x86 mode" in Windows 2008 64 bit.
However when I try to build my application with x64 mode and run an x64 application on Windows Server 2008 64 bit, my application cannot initial a TeeChart ActiveX control.
Could you please tell me how to use TeeChart AX 8.0.1.1 on Windows server 2008 x64?

Thank you very much and best regards,
Vinh

Re: How to use teechart AX 8.0.1.1 on Windows Server 2008 64 bit

Posted: Fri Aug 12, 2011 8:30 am
by yeray
Hello Vinh,

Since TeeChart ActiveX is a wrapper from the TeeChart VCL version, and there is not a Delphi compiler for 64bit (not yet but probably in the near future), we can't build a TeeChart ActiveX ocx compiled in 64bit to be used in 64bit applications. So I'm afraid the actual TeeChart ActiveX can only run in 32bit applications.

Re: How to use teechart AX 8.0.1.1 on Windows Server 2008 64 bit

Posted: Fri Aug 12, 2011 8:57 am
by 15046202
Thank you very much for the information.
Best regards,
Vinh