TeeChart.Net VS2013 64Bit

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
PGTEE
Newbie
Newbie
Posts: 1
Joined: Wed Jan 07, 2015 12:00 am

TeeChart.Net VS2013 64Bit

Post by PGTEE » Mon Jan 12, 2015 10:56 am

Hi,

I am using TeeChart.Net 2014 4.1.2014.12150 in Visual Studio 2013 (with update 4).
I can place the X86 version of the control in both X86 & AnyCPU projects, but get errors trying to add the X64 version to the toolbox in X64 projects.

Have I missed any install steps, or is this a general issue with VS2013?

Also is there any sort of speed advantage to using the X64 version over the X86 version?

Thanks for your help.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: TeeChart.Net VS2013 64Bit

Post by Christopher » Tue Jan 13, 2015 8:59 am

PGTEE wrote: Have I missed any install steps, or is this a general issue with VS2013?
The Visual Studio Windows Forms design surface is a 32bit application, meaning that the 64bit TeeChart.dll cannot be installed in the toolbox or used in it. What has to be done is to use the TChart class at runtime - create an instance of it at code and then add it to the Form or to a Panel or whatever.
PGTEE wrote: Also is there any sort of speed advantage to using the X64 version over the X86 version?
I'm afraid I don't have any figures that directly compare 64bit and 32bit TeeChart.dll performance, but I imagine the difference is similar to the performance difference between a 64bit and 32bit operating system running on identical hardware.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply