Hi,
I’m trying to use a class I developed and Phab is giving me a headache…
I developed the class by itself using a simple command line type of ‘main’
to test it and quickly debug. Now that it is done, I want to include it in
my GUI front end.
I have tried including the class.h into the callback.c function and Phab
doesn’t know what a ‘class’ declaration is. I tried the ‘extern “C”’ with
no luck and if I repeat the make command by myslef if compiles my
class without any problems.
So, how do you import or add or whatever classes into Photon?
Thanks…