01-21-2023 02:25 AM
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.
01-22-2023 02:35 PM
It may seem rude but... go through each of the messages, understand what they mean and fix them. They may be non-fatal, but they indeed are errors!