64-bit

2 posts / 0 new
Last post
Jacob Henry's picture
Offline
Last seen: 7 months 6 hours ago
Joined: 10/17/2017
Posts: 6
32 bit vs 64 bit .dlls in Java

Hello,

Organization:
5 posts / 0 new
Last post
Offline
Last seen: 8 years 10 months ago
Joined: 05/07/2015
Posts: 2
Using 64-bit and larger types

I would like to be able to send 128-bit integer values over DDS but I cannot see how to initially implement this in IDL. I have tried working with 64-bit integers using the following IDL

ULONG64 UUID_MSB; // UUID, most significant bits

ULONG64 UUID_LSB; // UUID, least significant bits

This seems to parse OK when run through the code generator. However when I try to compile the resulting C++ code, I get a load of errors associated with the ULONG64. The first couple are shown below.

Subscribe to RSS - 64-bit