03-13-2017 03:14 PM
Hello,
if somebody can help me 🙂
I try to migrate my projects from labview 2010 to labview 2016. it's good when i run my code in labview.
but if i build a binary i have an error: Internal Warning 0x9120BBD8 : "CPUInformation.cpp", line 408
i make a second test with very basic code (2 num ctrl + 1 num indicator) same error
my OS is red hat 6 32 bits
Solved! Go to Solution.
04-02-2017 12:48 AM
SOLVED
my problem was due to a bad Path environment variable.
I try to launch my compiled App with /usr/local/natinst/LabVIEW-2016/AppLibs/liblvrt.so.16.0.0 (bad runtime lib)
I change the path with /usr/local/lib/liblvrt.so.16.0 (good runtime) and it's OK 🙂