Hi,
I'm having a dll function call issue. I'm calling a dll function via the 'Call Library Function' node, something I've done a million times. If I use application builder to build an exe, then run the vi that calls the dll function on a machine that has the complete LabVIEW development environment, I have no problems. However, if I try to run the exe on a machine with only the 8.2 runtime, I get an error (error code 42, 'generic error').
I've attached a simple test case that calls a dll function, one that takes two doubles, adds them, and then returns the result (real simple). If I run the exe on my development machine, no issues. If I run the exe on a machine with only the runtime, I get error code 42, 'generic error'. Any ideas here? I'm completely baffled at this point...
Thanks for the help,
Steve