LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling DLL from LV & passing a pointer to structure

I am calling a DLL from labview but I am passing a pointer which point to a structure. How do you attach pointers to the " Call Library function" node.
 
Thank You
0 Kudos
Message 1 of 2
(2,577 Views)
You cannot do that. LabVIEW data types and C data types are not the same, so you'll need to create a wrapper. See http://forums.ni.com/ni/board/message?board.id=170&message.id=151861

Message Edited by Lycangeek on 11-15-2005 08:19 PM

0 Kudos
Message 2 of 2
(2,574 Views)