I search all the examples about how to pass the c structure dll in LABView, but I really don't know the true answer.here is my question:
I want to use this dll which was given from my customer.but I don't get the following data that I expected.
/*struct SDownloadInfo {
BYTE status; // status of the process (Eeprom Dawnload Status)
BYTE perc; // percentage of the process (0 - 100)
BYTE err; // error code (see ERR_CODE)
BYTE nRetry; // n. attempt (1 - 3)
};
SBIT100_API SDownloadInfo GetDownloadInfo(),
the sepc. say that if the downloadinfo is 4, the process is complete, but because this involed the SDownloadinfo,
I use the dll like this
but there is no correct data display,
Thanks! need your help.
maincool