Page 1 of 1

Slider-problems in releasemode?

Posted: Wed Feb 23, 2011 13:12
by Nomonkeybusiness
Hi!
We're experiencing some troubles with the slider window-class while running release-mode with full optimization.
We're using the 0.7.2-version, and we do not update windows that are invisible.
Our sliders works perfectly in debug and release without optimization, but when running with full Opt. the value from the slider is always "2.803e-045#DEN".
This is also true for the min/max-values of the slider. How can this be?

We're using TrueVision3D for rendering (and it uses DirectX 9)

Regards
Christoffer

Re: Slider-problems in releasemode?

Posted: Wed Feb 23, 2011 13:41
by Kulik
d_value is initialised to 0.0f in constructor so it's not that. Can you post the exact compiler flags and exact compiler you are using?