Use TChart.NET with Mono / #Develop ?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

Use TChart.NET with Mono / #Develop ?

Post by moelski » Tue Aug 17, 2010 10:23 am

Hi !

Is it possible to use TChart.NET with Mono to have crossplatform applications?
And if it´s possible ... Can I compile 64Bit Applications, too?

We think about going away from Delphi and move to the .NET technology.
But TChart is our important component and I want to ensure that it´s running in Mono, too.

Greetz Dominik

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

Re: Use TChart.NET with Mono / #Develop ?

Post by Yeray » Tue Aug 17, 2010 1:48 pm

Hi Dominik,

I'm afraid we haven't done more tests with Linux+Mono since what was discussed here so the same applies to TeeChart .NET v4.
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

moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

Re: Use TChart.NET with Mono / #Develop ?

Post by moelski » Tue Aug 17, 2010 2:05 pm

Hi Yeray,

just to understand this right ...
The problem is the licensing of the TChart component on a Linux system?

So if I install a Mono Dev. System like #develop on windows I can install TChart (even V4) ?

greetz Dominik

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

Re: Use TChart.NET with Mono / #Develop ?

Post by Narcís » Wed Sep 01, 2010 3:02 pm

Hi Dominik,

Sorry for the delayed reply.
The problem is the licensing of the TChart component on a Linux system?
This is just a part of the problem. The real problem is that TeeChart reads some settings from the Windows registry (designtime options, editor settings, license info, etc.) and non-Windows environments don't have that registry.
So if I install a Mono Dev. System like #develop on windows I can install TChart (even V4) ?
No, Monodevelop uses GTK+ while TeeChart uses GDI+ so you won't get Monodevelop to compile TeeChart applications. What you could do is compiling TeeChart applications in Visual Studio targeting .NET Framework 2.0 and then run them in Mono. We have done this successfully slightly modifying TeeChart sources and building an assembly specific for Mono. Source code customers will be able to build assemblies supporting Mono. Also, we will consider arranging a Mono installer or building "Mono-friendly" assemblies on demand.
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