03-30-2006 01:36 PM
MODULEAPI BOOL WIN_RunInterfaceTest( void );Where MODULEAPI is documented as:
MODULEAPI - This is a standard Windows C/C++ declaration for functions inside a DLL. This is defined as FAR PASCAL, indicating that the call adheres to the PASCAL language calling conventions.Using the C/C++ DLL module adapter, adding an action, specifying the module, selecting the DLL function, TestStand isn't recognizing the parameter information for the prototype. See attached screen shot of the error message.
03-30-2006 02:43 PM