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
Use TChart.NET with Mono / #Develop ?
Re: Use TChart.NET with Mono / #Develop ?
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Use TChart.NET with Mono / #Develop ?
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Use TChart.NET with Mono / #Develop ?
Hi Dominik,
Sorry for the delayed reply.
Sorry for the delayed reply.
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.The problem is the licensing of the TChart component on a Linux system?
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.So if I install a Mono Dev. System like #develop on windows I can install TChart (even V4) ?
Best Regards,
Narcís Calvet / 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 |