08-23-2013 07:52 AM
According to this document CVI 2013 supports long long int. While clang probably does, the variable view does not always support it... If you want to look at the value of a long long int variable and choose the binary format, the value may be too large to be displayed, see below: nothing is displayed if too many digits are required - actually 64 digits should be supported but aren't
Solved! Go to Solution.
08-23-2013 08:49 AM
Yep, looks like a bug: 423654.
Support for long long's are not new to 2013, by the way. They've been supported since 2009, as long as you enabled the C99 extensions option.
03-29-2014 10:02 AM
fixed in CVI2013 SP1