Search found 2 matches

by thammr
Wed Mar 16, 2005 11:11 pm
Forum: ActiveX
Topic: Invalid Floating Point Operation
Replies: 3
Views: 6032

Hi Joseph,

Sorry for the delay in responding. I checked a few days after my original post and saw no reply. I only checked again today.

I cannot access "news" urls through our firewall. Is there another way to submit my code?

thanks
Russell Thamm
by thammr
Mon Feb 07, 2005 12:44 am
Forum: ActiveX
Topic: Invalid Floating Point Operation
Replies: 3
Views: 6032

Invalid Floating Point Operation

I have a realtime plot which uses two series: - fast line (all points) - point series (only last point) The update code is as follows: m_ArrPlot->GetSeries(i).GetAsFastLine().AddRealTime(x,y,"",clTeeColor); m_ArrPlot->GetSeries(i+1).Clear(); m_ArrPlot->GetSeries(i+1).AddXY(x,y,label,clTeeColor); Thi...