Hi,
I have created an ocx component in C++ that calculates upto 10,000 pairs of xy coordinates that get plotted in a VB GUI front end. When I run the app. using the Debug version ocx. everything is great.But using the Release version I get slightly different values e.g.
3.96588 Debug
3.96602 Release
This might not seem like much, but apply the Chaos Theory over 10,000 pairs and I get a mess. What causes this variance in value between Debug/Release and what can I do rectify it.
TIA
Jon
I have created an ocx component in C++ that calculates upto 10,000 pairs of xy coordinates that get plotted in a VB GUI front end. When I run the app. using the Debug version ocx. everything is great.But using the Release version I get slightly different values e.g.
3.96588 Debug
3.96602 Release
This might not seem like much, but apply the Chaos Theory over 10,000 pairs and I get a mess. What causes this variance in value between Debug/Release and what can I do rectify it.
TIA
Jon