Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Check the header file maxwell.h for latest changes that are not described in this document. The header files are always self documented.


Notetip

When using Visual Studio it is recommended to set the Struct Member alignment to 8 Bytes (/Zp8) (Under project properties/C++/code generation). This was needed with old Maxwell SDKs and now it is not essential but recommended.

When using the OSX sdk, compile with the following flags : -D_MACOSX --DCOMPILER_GCC. The sdk is compatible with GCC 4.0 and upwards.

When using the Linux sdk, compile with the following flags : -D_LINUX --DCOMPILER_GCC. The sdk is compatible with GCC 4.1 and upwards.