PDA

View Full Version : How to call objective-C objects from my C++ object (on OS X)



Markus
26th January 2011, 07:37
Hello All,

I have a class derived from QObject and I need to integrate pieces of code that are written in objective-C. As soon as I include those header file I get a ton of errors.

Any suggestions?

Thank you all
Markus

emrares
3rd March 2011, 09:06
I get this error

/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:189: error: stray '@' in program

please help