Problem:
When handling larger data blocks I get "not enough memory" error messages with only option to kill the executable (from time to time, but usually unwanted ).
Most of the time this involves array functions (initialize array, build array, etc). As this problem is also related to the used PC it cannot be tested (easily) on a developer machine before deploying the executable to a wide range of computers...
I propose the idea to enable some error handling in such cases. This could be done in two ways:
1) Add error output to array functions. This could be available optionally by right-click menu so you don't break older code. Output would be an error stating "Not enough memory for operation ..."
2) Add a new application event "Application.MemoryAllocationError". This way the program the program can atleast catch the problem. (Inspired by "OnError" constructs of text-based programming languages...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.