Hello
I am new to Labview and i am trying to experiment a bit with Call Library Function Node. I made a dll using Borland C++ 5.02 compiler.
This is my Dll C code:
void add(long x, long *y){*y=x+*y;}
But when i try to call the add function from my VI i get the following error:
"The function name specified for this node cannot be found in the library. Right-click the Call Library Function node and select Configure, then choose the correct function name."
I read the examples that come with labview but coulden't find the difference.
I am sure that i have the correct function name. Does anybody know what is the problem? I am 95% sure that my problem is the code in my DLL. Can anyone tell me what the correct code should look like.
In the zip file are my VI and DLL.
Download File:post-5740-1165832611.zip