thanks, I have done everything but is still giving me the same error "funcname is a missing VI or C file". Here is what I have done, please let me know if something is missing:
1)created a .cpp file after filling the inputs and ouputs of the "call library function"
2)I created the stub dll containing "only" the function prototype.
3)In order to build the dll I included the .c file and the VI.
Now, here are some questions:
1)when I want to build the executable for the PDA it does not let me to include .cpp files, just .c, so I had to rename the .cpp file to .c Is this ok or should I create a new .c file?
2)In the library path name, should i put the one for the stub dll?, it should include the stubdll or just the directory where the stub dll is?
thank
s