From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create console output from LabView

 

Hi all.
Is there any way of creating a console string output when calling a dll from LabView?
I have to call a C++ program from LabView and I'm using a dll. I need to debug this program, and I think that using "cout" is the fastest and simplest way.
Thanks in advance.
Regards,
Francisco

 

0 Kudos
Message 1 of 2
(2,569 Views)

No, there is no console output when calling a DLL. You could have your DLL simply write debug information to a log file.

0 Kudos
Message 2 of 2
(2,561 Views)