06-20-2008 02:06 PM
extern
"C" __declspec(dllexport)int DLL_Funct(int portnum, char str_data[33], unsigned char csn[4]);The function above passes an integer and a null terminated 32 char string and gets back a 4 byte uchar value.
The LV programmer is having trouble getting my DLL functions to work. I suspect it has to do with different data types or byte alignment or something like that.
I have zero experience with LV. Can someone please tell me what the equivalent function declaration should be in LV and whatever else I should tell my associate that might help make his code work?
Thanks.
Dave
06-20-2008 03:49 PM