phAB

for the photon application builder it uses C, is there any way I change this
to C++ ??

Nick

Hi Nick,

Name your src file *.cc for C++. If Phab detects C++ functions in your app it will generate abmain.cc
instead of abmain.c.

Also proto.h will not work with C++, you must delcare your own prototypes.

Regards,

Joe

Nicholas Brown <nebrown@nebrown.freeserve.co.uk> wrote:

for the photon application builder it uses C, is there any way I change this
to C++ ??

Nick