I have written some camera capture code in c++ and have bound the image to a texture. I am trying to figure out how to incorporate a syphon server. My c++ code works fine. When I import the syphon framework via Syphon/Syphon.h, I get a zillion
Expected unqualified-id
and
Unknown type name...
errors related to NSObjCRuntime.h, NSZone.h, NSObject.h.
I am using x-code on OSX 10.10.5.