Versions Compared

Key

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

...

libmaxwellsdk.a    // Linux (x86_64)

NOTE: ?

Note

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

 NOTE:

Note

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.

...

Note

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

...

Note

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

...