@Dinh_Nhat wrote:
I created iOS project with Project Generator successfully , but when i run that project , error occurred, i seem C++ method overrride error. Pls help me fix this.
OpenFrameworks code version : master branch
latest commit : de32545 ofxBaseGui: another conditional remove for ofXml on emscripten......../openFrameworks/addons/ofxiOS/src/app/ofAppiOSWindow.h:165:18: Virtual function 'getWindowPosition' has a different return type ('ofPoint' (aka 'ofVec3f')) than the function it overrides (which has return type 'glm::vec2' (aka 'tvec2'))
......openFrameworks/addons/ofxiOS/src/app/ofAppiOSWindow.h:166:18: Virtual function 'getWindowSize' has a different return type ('ofPoint' (aka 'ofVec3f')) than the function it overrides (which has return type 'glm::vec2' (aka 'tvec2'))
.....openFrameworks/addons/ofxiOS/src/app/ofAppiOSWindow.h:167:18: Virtual function 'getScreenSize' has a different return type ('ofPoint' (aka 'ofVec3f')) than the function it overrides (which has return type 'glm::vec2' (aka 'tvec2'))
Posts: 1
Participants: 1