01-19-2007 05:01 AM
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
01-22-2007 12:59 PM