Problems after updating to 7.0.1.4
Posted: 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
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