02-12-2010 10:18 AM
I have a dll function which contain a function as:
1. TEST1_API int Init(int plen);// [in] plenDescription: to set maxmum buffer length (int byte); called before using any function of dll;Return value: -1 – buffer initial failed; 1 – buffer initial success
When I test it in LV, it popup message said I need to set parameters as the screenshot.
May I know how to do it.
Thanks.
02-12-2010 10:39 AM
Welcome!
Take a note, that the similar message appear, if you have defined parameters, but then function name was changed.
Andrey.
02-12-2010 12:38 PM
02-12-2010 10:02 PM
Thanks, I tried to add the parameter, but it report a error and the function names looks strange, not like you shown.
Any where need to setup or the any name decoration I need to do. May I know how can I do it.
02-12-2010
10:28 PM
- last edited on
04-04-2025
11:31 AM
by
Content Cleaner
You should look over these articles:
Writing Win32 Dynamic Link Libraries (DLLs) and Calling Them from LabVIEW
Debugging Shared Libraries and Calls to Shared Libraries
Function Not Found in Library Error When Using the Call Library Function Node(specifically the section titled "Function Name is Decorated")