Hi everybody,
I am trying to build a DLL that has in input a 2D array of doubles, anything seems to work fine and the DLL is created. Unfortunately there's no way to use it inside another vi: it crashes LV.
I developed others DLL that pass different kind of data, but not arrays in input.
I attach here a simple example that shows how I am trying to build and use the DLL.
- Could anybody tell me what is wrong in it? ( Watch-out; the exec-Dll.vi crashes LV when executed!)
- If I change the calling conventions to StdCall, could I use this Dll in Visual Basic, or Visual C?
Thanks a lot in advance