11-17-2008 03:24 PM
I get this error code when calling into a DLL via the Call Library Function node.
The description isn't very helpful.
Any idea what it means?
Thanks...
-Umar.
11-17-2008 03:38 PM
11-17-2008 04:00 PM
I was calling a function in a dll. The calling convention was C. There were no parameters, and a unsigned 32 bit return value.
The Call Library Function successfully found the functions exported from the DLL since they were present in the pull
down menu in the configuration window. I am passing the path to the dll via a terminal on the Call Library Function node.
I think that is all relevant info.
Anything I'm missing?
Thanks...
-Umar.
11-17-2008 05:16 PM
11-18-2008 09:20 AM
Ah...
It is HW specific, so you won't be able to run it.
I got this DLL from someone else and I don't have the source code, but
I know he has tested it and it does work.
I'll try it without passing in the dll path, and I'll get answers for your other questions.
Thanks...
11-18-2008 09:22 AM
Other possibilities: Does the DLL depend on other DLLs? Are those private DLLs? If so, are they in the same directory so they can be found, or are they in the Windows\system32 folder?
As you can see, there are many possibilities...