One of the programs I'm working on is having an issue:
Under blitzmax 1.24, it worked OK.
Under 1.26 (and 1.28) everything functions, but only in debug mode. In release mode it blows up with an "Unhandled Memory Exception Error"
I've recompiled all modules and am trying to reduce the program to the bare bones that still generate the error, but so far without any luck.
(There's several 3rd party modules involved as well as a bunch of windows system calls and events triggers)
Does anyone have any brilliant tips in how to try to track down such an error, especially since everything works just peachy in debug mode?
Under blitzmax 1.24, it worked OK.
Under 1.26 (and 1.28) everything functions, but only in debug mode. In release mode it blows up with an "Unhandled Memory Exception Error"
I've recompiled all modules and am trying to reduce the program to the bare bones that still generate the error, but so far without any luck.
(There's several 3rd party modules involved as well as a bunch of windows system calls and events triggers)
Does anyone have any brilliant tips in how to try to track down such an error, especially since everything works just peachy in debug mode?