LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is Get Value By Pointer.xnode compatible in OSX?

I am searching some methods to import port audio(http://www.portaudio.com/) to LabVIEW for Mac OS,I found some functions in it's header files whose return is struct pointer,so i want to use the Get Value By Pointer.xnode,but LabVIEW crash when I click run button,wo can tell me is the xnode compatible in OSX? or we can get value some other ways?Thans!

0 Kudos
Message 1 of 3
(1,961 Views)

Hi,

 

Which LV version are you using? May you please attach your vi too?

0 Kudos
Message 2 of 3
(1,843 Views)

Are you by any chance trying to map fixed size arrays in the returned structure to LabVIEW strings or arrays? That can’t work as fixed size arrays in C are more equivalent to LabVIEW clusters with the same amount of elements in it!

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 3 of 3
(1,837 Views)