TeeChart for .NET DSP Assemblies / SlimDX

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
micropross
Newbie
Newbie
Posts: 13
Joined: Mon Oct 04, 2010 12:00 am

TeeChart for .NET DSP Assemblies / SlimDX

Post by micropross » Wed Oct 13, 2010 4:23 pm

Hello,

I have downloaded and tested the provided sample. How can I take benefit of SlimDx and direct 2D into TeeChart.Net (4.1.2010.09280). Must I write my own canvas ?

Thanks,

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

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by Narcís » Thu Oct 14, 2010 8:59 am

Hi micropross,

No, you don't need to write your own canvas, that's TeeChart.Direct2D.dll's job. You should do as in the examples provided with the installation at C:\Program Files\Steema Software\TeeChart for .NET Digital Signal Processing\Examples\Direct2DDemo.
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

micropross
Newbie
Newbie
Posts: 13
Joined: Mon Oct 04, 2010 12:00 am

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by micropross » Thu Oct 14, 2010 1:01 pm

Hi,

I have downloaded the binaries of TeeChart for digital processing and have two more questions :

1 ) Using TeeChart component with Direct2D enabled, I always get a System.Runtime.InteropServices.SEHException. Any Thought ?

2 ) When point 1) was solved, how including the direct2D canvas/render into my customized version of TeeChart (based on 4.1.2010.09280) ?

Thanks,

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

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by Narcís » Fri Oct 15, 2010 7:32 am

Hi micropross,
1 ) Using TeeChart component with Direct2D enabled, I always get a System.Runtime.InteropServices.SEHException. Any Thought ?
Does this also happen using the demo included with the installer? Can you please attach a simple example project we can run "as-is" to reproduce the problem here?
2 ) When point 1) was solved, how including the direct2D canvas/render into my customized version of TeeChart (based on 4.1.2010.09280) ?
You should just add TeeChart.Direct2D.dll into your project as you'd do with the binary TeeChart version.
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

micropross
Newbie
Newbie
Posts: 13
Joined: Mon Oct 04, 2010 12:00 am

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by micropross » Fri Oct 15, 2010 1:13 pm

I have forgotten to mention that I use DirectX9c on win XP. It may be the source of my troubles....
The demo project fails to launch too.

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

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by Narcís » Fri Oct 15, 2010 1:28 pm

Hi micropross,

Sure, that's the problem then. You need to use SlimDX's components and be working on a Direct2D compatible operating system (Windows Vista, Windows 2008, Windows 7) as explained in the TeeChart.Direct2D.dll white paper here .
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

micropross
Newbie
Newbie
Posts: 13
Joined: Mon Oct 04, 2010 12:00 am

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by micropross » Wed Nov 03, 2010 3:25 pm

Hello,

Ok thank you for your answer.
But how can I use this Direct2D feature with the source code version of TeeChart ?

Thanks

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

Re: TeeChart for .NET DSP Assemblies / SlimDX

Post by Narcís » Wed Nov 03, 2010 3:39 pm

Hi micropross,

TeeChart.Direct2D.dll sources are not included with the source code installer. You should download the binary installer for TeeChart.Direct2D.dll and use provided assembly as in the Direct 2D example also included.
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