LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

data type compatibility

I'm using SDK function that it need parameter type __int64. Which of data types in LabWindows is compatible with __int64. Or what I must do if I want to use type __int64 in my aplication?
0 Kudos
Message 1 of 2
(2,576 Views)
CVI 7 (released a couple of weeks ago) is the first version to support 64 bit integers. Without that, you could build a wrapper in Visual C++ and take two 32 bit integers to create a 64 bit (or vice-versa).
You can see more CVI 7 info at http://sine.ni.com/apps/we/nioc.vp?cid=11104〈=US.
An on-line seminar this morning said you could also goto http://www.ni.com/info and enter info code wecvi703, but that code's not working yet. I'll post an update if I find a new info code.
0 Kudos
Message 2 of 2
(2,576 Views)