Variable error

BlitzMax Forums/BlitzMax Beginners Area/Variable error

DirtBikeDude(Posted 2007) [#1]
I am using the irrlicht mod. I tried adding a float value to a variable but get the error "Unhandled Exception:Unhandled Memory Exception Error".

The problem is "AniFr:Float".



H&K(Posted 2007) [#2]
Produce a proper runnable (or crashable) example


DJWoodgate(Posted 2007) [#3]
Probably division by zero. Even in debug mode this is reported as an unhandled memory exception.


DirtBikeDude(Posted 2007) [#4]
Thank you that must be it. Thank you :D