04-20-2006 09:14 AM
How can a single Labview process communicate with another Visual c++ Process?
Both Application are running separately. The LabView Application must have the Possibility to send command to the C++ Application and receive Data from this process.
Thanks.
04-20-2006 09:31 AM
04-21-2006 12:40 AM
04-24-2006 05:03 AM
Thank y for your answer.
The c++ application has already been written but don´t have an external interface.
The LabView application can have an activeX interface other dlls.
Do you have some LabView example code using activeX interface other another Method to communicate with a c++ application?
I have no practical experience with the interprocess communication.
Any example in LabView will help me.
Thanks
04-24-2006 08:39 AM
04-25-2006 03:30 AM
Hello Tomi,
I am using MS Visual Studio 6.0.
Where can I find a functional LabView example using activeX interface to communicate
with a Visual Studio 6.0 application?
Thanks