LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Outputting to command window from C++ DLL in LabWindows/CVI

Hello all,

I am new to Labwindows programming. I call a C++ DLL from Labwindows/CVI,
which works just fine.

I would like that, from within the DLL which I am making with MS Visual C++
6.0, some lines of text would be put on the screen (i.e., the command window
of CVI/Labwindows).

When I just use a PRINTF or COUT << command in the C++ code the text does
not appear.

I suppose I have to give a handle to the command window to the DLL or
something..

Can anyone tell me how to go about doing this???

Thank you all,

Gunter
0 Kudos
Message 1 of 3
(2,952 Views)
perhaps command window is a bit off, what I mean is the Standard IO window
in CVI.


"GV" wrote in message
news:atkd14$bpd$1@snic.vub.ac.be...
> Hello all,
>
> I am new to Labwindows programming. I call a C++ DLL from Labwindows/CVI,
> which works just fine.
>
> I would like that, from within the DLL which I am making with MS Visual
C++
> 6.0, some lines of text would be put on the screen (i.e., the command
window
> of CVI/Labwindows).
>
> When I just use a PRINTF or COUT << command in the C++ code the text does
> not appear.
>
> I suppose I have to give a handle to the command window to the DLL or
> something..
>
> Can anyone tell me how to go about doing this???
>
> Thank you all,
>
> Gunter
>
>
>
0 Kudos
Message 2 of 3
(2,952 Views)
You've posted your qestion to the LabVIEW forum. LaabWindows has it's own here.
0 Kudos
Message 3 of 3
(2,952 Views)