Develop PhotonGUI application in C++.

It seems that AppBuilder does support only C.
Is it possible to make it work (simply) whith C++.

Thanks.

Sure, just name the files .cc. ie…

myCallback@callbacks.cc

You can even use static member functions for class…

MyButton::onArm@buttons.cc

…checkout the killerIRC C++ project in cvs @ sf.net/projects/killerirc/