LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

communication between VC++ and cvi

I want to transfer the entries in an edit box of a vc++ program to an edit box in a cvi program or vice versa.Here I am attaching a code written in vc++. I want similar things between a vc++ program and cvi program.
0 Kudos
Message 1 of 2
(2,920 Views)
Hi Tupai,
 
Are the two programs running simultaneously, or can the VC++ program launch the CVI program?  As a starting point for the former, I would look at the examples in the Example Finder under Communicating with External Applications >> ActiveX << SimpleEventsClient[Server].  Also, there are more examples under the General section of ActiveX.
 
For the latter, the easiest implementation would be to pass the string as a command-line argument. 
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 2
(2,889 Views)