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.

Best Answer

  • ayan@jump
    Answer ✓

    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.