01-23-2018 11:16 AM
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!!!!
10-31-2018 04:44 AM
Which parameter you need to output for Labview?