06-15-2006 01:25 PM
06-15-2006 06:03 PM
06-16-2006 04:28 AM
I'm using CVI 7.0, and have had no problem using __int64 variables in all kinds of situations, including arithmetic, logical, parameter passing to functions and return values from them. Works for me exactly how I expect it to.
Not much help to you, I suppose...
JR
06-21-2006 11:39 AM
There's a compiler error in CVI standard C compiler. It looks like it's been there since NI added __int64 support.
If an __int64 variable is of static storage class, and if it appears on the right hand side of an arithmetic expression, a general protection fault occurs.
NI agrees that this is a compiler problem.
I've started another thread on this.
06-22-2006 07:55 AM