Hi,
I would like to use the ofxiPhoneKeyboard addon: http://www.stfj.net/art/2009/ofxiPhone/
- I had created a new OF iphone empty project
- I Imported the addon by drop the ofxiPhoneKeyboard folder in my project
- I put : #include “ofxiPhoneKeyboard.h” in my testApp.h
If I try to build, I got a lot of error about conflicting declaration:
error: conflicting declaration ‘typedef signed char int32_t’
Any ideas??