LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Binary variable view does not work for long long int

Solved!
Go to solution

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

 

 

 

longlongint.png

0 Kudos
Message 1 of 3
(3,864 Views)
Solution
Accepted by topic author Wolfgang

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.

0 Kudos
Message 2 of 3
(3,855 Views)

fixed in CVI2013 SP1 Smiley Happy

0 Kudos
Message 3 of 3
(3,645 Views)