Hi,
I just added openfeint (following the instructions, e.g. renaming m to mm) and it compiles with no errors, but it looks like i am getting a ton (more than 2,000) of warnings in the Chipmunk code:
"Deprecated conversion form string constant to char*"
I know it's pretty harmless, but I'd rather not have all these warnings. Has anyone seen this? And can offer advice on what to do with them?
Thanks
m0by
openfeint, cocos2d
(2 posts) (2 voices)-
Posted 1 year ago #
-
Change your class files to extension .m to .mm
i.e. GameScene.h and GameScene.m ----> GameScene.h and GameScene.mm
No need to modify chipmunk source files.. have u did this ?
Posted 1 year ago #
Reply
You must log in to post.