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.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Help regarding Lab windows CVI

I am trying to build a CLI exe written in C through Lab Windows CVI. It builds successfully with some warnings. I want to spawn that through JavaScript and process the output of that with JavaScript itself. The CLI exe when called displays some "Non-fatal runtime errors". Do you guys have any idea how can I remove them or prevent them from displaying.

0 Kudos
Message 1 of 2
(497 Views)

Well, the only solution is to fix your runtime errors. Seriously.

 

Also make sure [Build][Target Settings] is set to [Create console application], and you can also SetStdioWindowOptions (, 0, ); and SetStdioWindowVisibility (0);

 

But seriously, debug your program and fix the errors.

0 Kudos
Message 2 of 2
(478 Views)