Hello,
1. I have created a DLL in Labview 8.2 with one VI/function.
2. Then i call this DLL/function in a new VI
3. Then i created an EXE-file of this VI (which calls a DLL)
Attached a screenshot of the code.
As you can see it contains a sequence-structure where in the first part i open a message-popup and in the second-part i call the DLL.
When i run it like this then it works without problems.
The funny thing is:
When i remove the message-popup and create a new EXE-file and run it then nothing happens!
Only the Run-arrow changes to running-mode (and stays there until i close it with taskmanager) but the outputs dont-change (they stay "0").
(The VI in the DLL that i call is very simple. The Inputvalue "11" is added and multiplied. This two results are returned. So nothing special.)
Whats wrong here? Seems like Labview can´t make the DLL-call starting in the second exe-file (without an popup before).
Is this a kind of a bug?
Thanks for your help and ideas