01-04-2006 11:22 AM
01-05-2006 05:28 AM
Hi Rick,
Can't help much but this is what I used. One value from a dll wired to a indicator. The dll uses a pointer for the output data. Works fine.
dll output configuration shown in the picture.
01-05-2006 09:21 AM
If you only need to get the data from the second to fourth parameter you can simply create a cluster containing
@Rick N. wrote:I'm using code from a dll. One function creates a data structure and returns a pointer to it. (another function loads the data structure). I need to get the data out of the structure. (btw: the structure is **short; short; short; long)How do I use thepointers in LabView?Thanks