LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to load shared library

Solved!
Go to solution

I've just logged into the NI Web Server and it also shows there under the directories.

0 Kudos
Message 11 of 12
(288 Views)
Solution
Accepted by topic author JacobRiley77

The issue was with my installation of MinGW, whenever I used CMake and Ninja with Visual Studio Code the CMakeCacheFile being generated was using the MinGW compiler instead of the toolchain that was supposed to be used. When you build files according to the link posted earlier the CMakeCacheFile is generated and shows the paths for the tools. Nevertheless, one of the paths still used was still under MinGW but it worked. 

0 Kudos
Message 12 of 12
(267 Views)