I have just installed irrlicht-0.7 and tried to compile my program which works fine whit irrlicht-0.6, but during compilation gcc-3.3.2 said me:
undefined reference to `irr::createDevice(irr::video::EDriverType, irr::core::dimension2d<int> const&, unsigned, bool, bool, irr::IEventReceiver*, wchar_t const*)'
what's wrong? I tried to compile some example's and I don't have any problem.
PS.
OS: linux
Problem during compilation
The createDevice function has now a VSync parameter. Check http://irrlicht.sourceforge.net/phpBB2/ ... php?t=3754