LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Wrapper C function for Hilscher(CIF50PB) card API functions

Hi,

I'm finding difficulty while dealing with the array element in the below structure during wrapper DLL creation. 

typedef struct tagVERSIONINFO {

unsigned long ulDate;

unsigned long ulDeviceNo;

unsigned long ulSerialNo;

unsigned long ulReserved;

unsigned char abPcOsName0[4];

unsigned char abPcOsName1[4];

unsigned char abPcOsName2[4];

unsigned char abOemIdentifier[4];

} VERSIONINFO;

Can anybody help in this regard

0 Kudos
Message 1 of 2
(2,837 Views)
Padmavathi,

I'm not really sure what you are asking here.  Are you having trouble calling this DLL in LabVIEW or are you trying to create a DLL from LabVIEW to call from elsewhere?

If you let us know what you are trying to do and specifically what problems you are running into it will be easier for us to help you.

Regards,

Simon H
Applications Engineer
National Instruments
http://www.ni.com/support/
0 Kudos
Message 2 of 2
(2,826 Views)