06-13-2006 03:20 PM
06-13-2006 03:27 PM
Never mind 😉
Searched the kb under __int64 and found some info.
Yup, NI needs to give us a C99 compiler. It's a bit of a chore to code with C anyway (non OO) and even more so with a C89 compiler.
Menchar
06-13-2006 03:57 PM
06-13-2006 04:48 PM
Thanks Roberto, that's the thread I had found.
But - still can't print a long long, but can print a __int64. So need to figure how to convert long long to __int64, if possible. long long is really typedef for a union of structs, whereas the __int64 is a true intrinsic data type.
Bob