LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Complex cluster in calling dll

Solved!
Go to solution

Are you complete this problem?
can you share the succeed solution with me?

I have a dll,Function parameter define as follow

 

typedef struct 
{
uint32_t LocId;
uint32_t EESize;

uint8_t SerialNumber[64];
uint8_t Description[4096];
const char* FileInfo;
} IoData_t;

 

What can I do to solve this problem,in labview call this dll's Function

Looking forward to your advice, thanks!!!!

0 Kudos
Message 11 of 12
(357 Views)

Which parameter you need to output for Labview?

0 Kudos
Message 12 of 12
(330 Views)