HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

CDRecord API: Figure out what to do about things like FONTID #11

Open jesse-gallagher opened 3 years ago

jesse-gallagher commented 3 years ago

From me on 2020-07-26:

The FONTID structure changes its byte ordering based on the endianness of the current system, and so would be more difficult to treat as an inner structure than most.

jesse-gallagher commented 3 years ago

From Karsten on 2020-07-26:

The whole Domino JNA implementation is currently only supported for x86/x64 systems and their endianness . Not sure if there a JNA version for AIX or other platforms at all.

jesse-gallagher commented 3 years ago

From me on 2020-07-26:

Ha, fair enough! I’ll check on it to see if it’s easy to do right, but not waste a lot of time if it’s difficult.

jesse-gallagher commented 3 years ago

From me on 2021-03-03:

This might come up when there's a libnotes available for macOS arm64, though it's also possible that it will run in little-endian mode even there.