Saturday, July 4, 2015

ArrayPlotter 0.5 Released

ArrayPlotter 0.5 has been released and is available on the Visual Studio Gallery:
Download

Updates to this release:
-Improved error behaviour. If a pointer or length expression cannot be evaluated, the TextBox will turn red and the tooltip will describe the error. If a general error occurs (ie cannot access memory or X/Y lengths don't match) this will be detailed in red text in the lower left corner
- Allow access to arrays with large memory addresses. Previously any attempt to plot arrays whose address is greater than 2^31 would fail. ArrayPlotter now handles this for large address aware 32-bit applications or 64-bit applications.