I'm trying to use the function call within VB from the dll compiled in LabVIEW. I was able to successfully do the calls for 1D array but I'm not sure how to do it for a 2D array. Everytime I do it I get memory read error. I'm not sure how you would declare a function prototype for a 2D array. For a 2-D integer array, can I use the same declaration as 1-D's:
ByRef intIntegerArray() as integer
Similary for string:
ByRef strStringArray() as string
If you have an example in VB and a LabVIEW vi + build file, it would be a great help.
Thanks a lot!