
Hello, I'm developing a Vi which is using a DLL. The problem is that the function I want use had parameters that are not directly integer values, but pointer on a structure with integer values. I do the DLL function call and the prototype of the function is:
Unsigned char BFLOADER_ComConfig(Char TargetType, void *ComConfig, Unsigned Long *ComDevice).
This prototype looks good regarding the DLL fuction specification but I had this error message when executing the VI:
The vi stop at the Calling DLL Function process 0x5A4.
Is it the way to call the parameters which are not good? or simply a bad use of the DLL?
How can I interpret the 0x5A4 error code?
Thanks, pinto_armindo@yahoo.fr