05-06-2020 03:44 AM
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!
06-07-2020 07:28 AM
Hi,
Which LV version are you using? May you please attach your vi too?
06-07-2020 08:38 AM - edited 06-07-2020 08:39 AM
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!