LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Import CVI Instrument driver with void pointer

Hi,

I would like to use a CVI instrument driver that contains void pointers as parameters in LabVIEW. There are additional parameters which declare the kind of data where the void pointer points to.
If I try to import this driver to LabVIEW I get warnings that the void pointer paarameters are converted to I32 since LabVIEW do not have the void pointer.

Does anybody know if it is possible to import a CVI function with void pointers that will work properly in LabVIEW? How do I have to handle this converted void pointer?

Thnaks,

erik.
0 Kudos
Message 1 of 2
(2,090 Views)
Erik,

you may have a look at this discussion forum thread.

Best regards,

Jochen Klier
National Instruments Germany
0 Kudos
Message 2 of 2
(2,076 Views)