LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use "cin" to output a sting to my vi for display?

I use vc++6.0 to debug my cin program,and my LABVIEW version is 7.0.
what i need is a example code to output a string just like "hello world!" from cin to vi.
who can help me?
Thanks a lot!
0 Kudos
Message 1 of 2
(2,538 Views)


@felixander wrote:
I use vc++6.0 to debug my cin program,and my LABVIEW version is 7.0.
what i need is a example code to output a string just like "hello world!" from cin to vi.
who can help me?
Thanks a lot!


There are examples shipping with LabVIEW Full and better that show this and similar things. But.... why bother with CINs? Everything you want to do is much easier done in LabVIEW directly and if that fails using shared libraries (DLLs) is the future of interfacing LabVIEW to external code. CINs is an anachronisme from old days when LabVIEW had to run on a disguised command shell
called Windows 3, that was trying to be a graphical user interface.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 2
(2,520 Views)