Problems after updating to 7.0.1.4

TeeChart for ActiveX, COM and ASP
Post Reply
Raimund
Newbie
Newbie
Posts: 5
Joined: Thu May 04, 2006 12:00 am

Problems after updating to 7.0.1.4

Post by Raimund » Fri Jul 06, 2007 11:43 am

Hello,

I updated my older TeeChart Pro ActiveX 7 to the latest Release in my C++ Project (Visual Studio).

Now I have a problem with the function

"GetAsPoint3D().AddArrayXYZ(dX2WFeld,dY2WFeld,dZ2WFeld)"

At runtime I get the error "Invalid class typecast" without any additional information.

If I change for example to
"GetAsSurface().AddArrayXYZ(dX2WFeld,dY2WFeld,dZ2WFeld)"
everything works.

Do someone has an idea, what happens here?

Regards
Raimund

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

Post by Narcís » Fri Jul 06, 2007 11:45 am

Hi Raimund,

We have found similar issues with v7.0.1.4. I've just sent you an updated TeeChart7.ocx version that has corrected this problem for some of our clients. Could you please try unregistering existing version and register the one I've sent?

Thanks in advance.
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

Raimund
Newbie
Newbie
Posts: 5
Joined: Thu May 04, 2006 12:00 am

How to do?

Post by Raimund » Fri Jul 06, 2007 11:56 am

Can yoe give me a hint how I can do this?

Raimund

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

Post by Narcís » Fri Jul 06, 2007 12:03 pm

Hi Raimund,

Yes, you'll find the instructions in my last post 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

Raimund
Newbie
Newbie
Posts: 5
Joined: Thu May 04, 2006 12:00 am

Post by Raimund » Fri Jul 06, 2007 12:43 pm

It works,

thank you very much!

Raimund

Post Reply