Search found 2 matches

by iw6
Mon Jul 06, 2009 1:11 pm
Forum: Advanced Help
Topic: Compiling irrlicht ogl-es branch for iphone (progress)
Replies: 148
Views: 66932

Yeah, forgot about that. It's because of two small errors in the CIrrDeviceIPhone class. First in CIrrDeviceIPhone.h the method setResizeAble should be spelled setResizable and same in the .cpp file. Then add a stub minimizeWindow() method to the .cpp file. //! Sets if the window should be resizeab...
by iw6
Sat Jul 04, 2009 8:47 pm
Forum: Advanced Help
Topic: Compiling irrlicht ogl-es branch for iphone (progress)
Replies: 148
Views: 66932

hello

has anyone else encountered this error in CIrrDeviceIPhone.cpp when compiling under Xcode.
error: cannot allocate an object of abstract type 'irr::CIrrDeviceIPhone'
even when placing extern "C" around the code?