Page 1 of 1

Problems after updating to 7.0.1.4

Posted: Fri Jul 06, 2007 11:43 am
by 9531247
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

Posted: Fri Jul 06, 2007 11:45 am
by narcis
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.

How to do?

Posted: Fri Jul 06, 2007 11:56 am
by 9531247
Can yoe give me a hint how I can do this?

Raimund

Posted: Fri Jul 06, 2007 12:03 pm
by narcis
Hi Raimund,

Yes, you'll find the instructions in my last post here.

Posted: Fri Jul 06, 2007 12:43 pm
by 9531247
It works,

thank you very much!

Raimund