Teechart6 64bit support

TeeChart for ActiveX, COM and ASP
Post Reply
Jagdish
Newbie
Newbie
Posts: 4
Joined: Wed Mar 06, 2013 12:00 am

Teechart6 64bit support

Post by Jagdish » Tue May 14, 2013 6:15 am

We were using your TeeChart6.ocx in our projects developed in VS2005 VC++.

Though teechart is working fine in 32 bit systems its not supported in 64bit systems.

Searching in your forums found the below link.
http://www.teechart.net/support/viewtopic.php.p=39735

And it states that we need to use Update utility, but its asking for .dsw files instead of .vcproj.

Please give us the complete step-by-step procedure to support 64bit systems aswell.

Jagdish
Newbie
Newbie
Posts: 4
Joined: Wed Mar 06, 2013 12:00 am

Re: Teechart6 64bit support

Post by Jagdish » Tue May 14, 2013 11:58 am

We have even purchased the latest TeeChart2012 to support 64bit systems.

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart6 64bit support

Post by Yeray » Wed May 15, 2013 9:24 am

Hi,
Jagdish wrote:We were using your TeeChart6.ocx in our projects developed in VS2005 VC++.

Though teechart is working fine in 32 bit systems its not supported in 64bit systems.
TeeChart ActiveX 6 dates around 2006. It doesn't support 64bit because TeeChart ActiveX is a wrapper from the VCL version so it's compiled with the Delphi compiler. And the first Delphi compiler for 64bits was published on September 2011 (RAD XE2) so the first TeeChart ActiveX supporting 64bits was a bit later, v2012.0.0.1.
Searching in your forums found the below link.
viewtopic.php.p=39735

And it states that we need to use Update utility, but its asking for .dsw files instead of .vcproj.

Please give us the complete step-by-step procedure to support 64bit systems aswell.
The utility mentioned in that thread is to update the references to TeeChart in a VC++ project; updating the GUIDs of the TeeChart components found in the project files.
This utility doesn't change anything from 32bit to 64bit. To move you application to 64bits, you just need the 64bit version of the ocx registered in the system and build the application with a 64bit compiler.
Jagdish wrote:We have even purchased the latest TeeChart2012 to support 64bit systems.
This should include both 32bit and 64bit versions of the ocx. Don't you see a folder named "64bit files" in the installation?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply