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,876 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,868 Views)