How to call Objective-C from C++?

I took the Cocos2dx_box2d XCode template and I want to be using threads from Cv11. The thread stuff is no big deal, but how can I in turn call:
NSAutoreleasePool * pool = init];
int retVal = UIApplicationMain;
;
I’m not aware of a C
way to call this.

Any advice?

-J

Hi,

Please read the faq before posting:
http://www.cocos2d-x.org/boards/6/topics/567

There are several tutorials about this in the wiki, and also in my blog: plungeinteractive.com/blog

Cheers!