ActiveX vs. .NET versions of teechart.dll

TeeChart for ActiveX, COM and ASP
Post Reply
dx0ddyu02
Newbie
Newbie
Posts: 2
Joined: Mon Jun 23, 2008 12:00 am

ActiveX vs. .NET versions of teechart.dll

Post by dx0ddyu02 » Fri Jan 15, 2010 10:59 pm

Both the activex and .net pro versions of TeeCharts have a teechart.dll. My application builds fine against the .net pro (version 1) dll but won't build against the activex (v8) dll. Is this a difference in the versions? Or is this a difference in the what's included in the dll?

To put it another way, would version 8 of the .net pro version and version 8 of the activex both contain the same teechart.dll?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: ActiveX vs. .NET versions of teechart.dll

Post by Narcís » Mon Jan 18, 2010 8:21 am

Hi dx0ddyu02,
Is this a difference in the versions? Or is this a difference in the what's included in the dll?
Yes, Absolutelly. One Dll is for TeeChart Pro ActiveX and the other one is for TeeChart for .NET. They are different controls. Even the architecture, functionality and syntax is very similar, they are not the same and applications made with one control will not build with the other version.
To put it another way, would version 8 of the .net pro version and version 8 of the activex both contain the same teechart.dll?
No. TeeChart Pro ActiveX is a COM control which is a COM wrapper of TeeChart Pro VCL while TeeChart for .NET is a native .NET control fully written in managed C#.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply