07-13-2005 07:34 PM
07-13-2005 09:24 PM
07-14-2005 10:58 AM
07-14-2005 05:19 PM
07-14-2005 05:28 PM
Can you please post an example of your code with what youre trying to accomlish?
If you have saved the vi as a *.vit (vi template) using the invoke should work when you call this vi.
Here is an example of something similar.
07-14-2005 07:58 PM
07-14-2005 09:06 PM
Hi David,
I have modified your vi to use the Invoke Node method. Have a look at the changes made in the main and subvi to give you idea of what to do.
Hope this helps.
07-15-2005 11:05 AM
07-15-2005 12:44 PM
I run the application under vi is ok, but i build it and run under an .exe it give me the message below. How to avoid this error?
Fatal Internal Error: 'linker.cpp", line 1926
LabVIEW Version 7.0
You will lose any unsaved work. For more assistance in resolving this problem, please relaunch LabVIEW, or contact National Instruments.
07-18-2005 04:08 PM
David,
Do you have express VIs in your executable? If so, I think this error is part of a bug that appears to have been fixed in 7.1. But one workaround is to convert your express VIs to subVIs. This can be done by right-clicking the express VIs and selecting "Open Front Panel". This will convert the code in the Express VI to a subVI and you can then save the subVI. See if this helps any.
Tyler S