Hello--
I have a relatively simple problem. I would like to use dynamically allocated 2d arrays in a given Labwindows/CVI program, and I would like to use these arrays with some of the built-in array functions contained in the library. Most notably, I would like to use the PlotIntensity function to visualize these 2d arrays.
The first problem I encountered was the run-time checking error (which says the input array is too small), but I think I was able to get past that by disabling the run time checking. However, the results still appear strange. I seem to have no problem using the function with static arrays, but the results look strange when I use dynamically allocated (pointers to pointers) arrays.
My question is this: is it possible to use dynamically allocated 2d arrays with functions such as PlotIntensity? If not, is there a way around the problem? Perhaps I am missing something very simple.
Thanks in advance.