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.
Teechart6 64bit support
Re: Teechart6 64bit support
We have even purchased the latest TeeChart2012 to support 64bit systems.
Re: Teechart6 64bit support
Hi,
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.
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.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.
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.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.
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.
This should include both 32bit and 64bit versions of the ocx. Don't you see a folder named "64bit files" in the installation?Jagdish wrote:We have even purchased the latest TeeChart2012 to support 64bit systems.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |