Noesis FAQ: Difference between revisions
Jump to navigation
Jump to search
imported>Tsukihime (Created page with "This article lists a set of frequently asked questions related to the Noesis import API. It will cover both the python and C++ api's. ==Python API== ===Big endian buffer bindin...") |
imported>Tsukihime (Created page with "This article lists a set of frequently asked questions related to the Noesis import API. It will cover both the python and C++ api's. ==Python API== ===Big endian buffer bindin...") |
(No difference)
| |
Revision as of 18:42, 16 February 2012
This article lists a set of frequently asked questions related to the Noesis import API. It will cover both the python and C++ api's.
Python API
Big endian buffer binding
I'm working with a format with big-endian byte order. How do I call the bind functions?
- Set the BIGENDIAN option
rapi.rpgSetOption(noesis.RPGOPT_BIGENDIAN, 1)