question

Upvotes
Accepted
43 1 2 4

Elektron SDK 1.3.0.L1 may have some issue for 64-bit Linux

My testing application has complained some error for RsslUInt64. Same case for RsslInt64.

"'RsslUInt64' (aka 'unsigned long long')"

So this type is actually 128-bit.

elektronrefinitiv-realtimeelektron-sdkrrteta-apielektron-transport-api64-bit
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
43 1 2 4

never mind. The issue is that the compiler has treated "unsigned long long", "unsigned long" and "uint64_t" as 3 different types, although they are the same theoretically.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.