LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

64bit integers support

Hi!
I have to link a .lib that use __int64 type (from Visual C++ 6 I suppose)
So just two questions:
1] Can CVI ver. 6.0 does support 64 bit integers?
2] It can exist a workaround to use 64 bit integers in CVI5.5 ?
Thanks
Raffaele
0 Kudos
Message 1 of 2
(2,731 Views)
No, CVI does not support 64-bit integers... yet. Unfortunately, there is no workaround that you could use the call a function with a __int64 data type. You would have to go to VC++ or another compiler and build a wrapper DLL around the functions that uses 2 int32's or something similar.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,731 Views)