Problem invoking a VI dynamically in LabVIEW 7.0.
Example files are attached (simply extract the files
in one directory).
I have a VI, Invoker.vi, that dynamically invokes
another one, Basic VI.vi.
If I use Invoker.vi natively, no problem, everything
works.
Now, I build Invoker.vi as a shared library
(Invoker.dll), and call it from an executable
(CallingLabVIEW.exe, requires .Net Framework 1.1,
you can create your own by simply calling the
long Invoker(LVBoolean *status) method from the DLL).
I get an error:
Open VI Reference in Invoker.vi->Invoker.vi.ProxyCaller
Anyone knows what I may be doing wrong?
I've tried putting the full path name of Basic VI.vi,
same result
.
Thanks in advance,
phil