I have a edit box and a slider box, either one can be used, to enter a floating value between 0 and 1. When you try to select either a message pops up saying "Please enter a value between 0 and 1000" and you are not able to change any values before this message pops up, and then a debug assertion error is given.
I have checked over all the math and it remains the same as the VC++6.0 and VS2003 that both work, and the only part of the code that was changed was when some pow() functions where used to solve and problem with ambiguity (I cast the values as being double since I am under the impression that VC++6.0 pow() fucntion could only take doubles)
Any ideas of where to start would be great.
Thanks
Simon