Version : Labview/CVI 2017 - 17.0.0(295) (Windows 10)
Bug :
When using "compile.exe" to compile project from command line, the return value is always equal to "-1". This happens when the build failed but also when the build is successfull.
The problem is not present in version 2010 (Windows 7 - 32bits) and version 2015 (Windows 7 - 64bits). Result values are "0" (success) and "-1" (failure).
Expected :
Result value behave the same as previous version :
- "0" : Success
- "-1" : Failure