Photon C++ Client API: Marmalade

Photon C++ Client API

Photon C++ Client API  4.1.12.2
Marmalade

For Marmelade Photon supports Visual Studio and Xcode as IDEs and Windows and OS X as development platforms.

1. Add the entries Photon-cpp and Common-cpp to category subprojects in your project's .mkb-file

2. Add the entries "../../Common-cpp,Common-cpp" and "../../Photon-cpp,Photon-cpp" (including the "")to category librarys in your projects' .mkb-file

3. Add the entries ../../Common-cpp and ../../Photon-cpp to category librarypaths in your projects' .mkb-file

4. Add the entry module_path="../../" to category options in you project's .mkb-file

5. Add the following #include directive to your source-code:
#include "Photon-cpp/inc/PhotonPeer.h"