======== Irrlicht ======== http://irrlicht.sourceforge.net/ 2010/4現在最新版は1.7.1 .. toctree:: download Reference ========= * http://irrlicht.sourceforge.net/docu/index.html * http://irrlicht.sourceforge.net/docu/namespaces.html * http://irrlicht.sourceforge.net/docu/hierarchy.html 古いバージョン(1.5以前?)向けのサンプルでコンパイルエラーが出る場合の対処 ========================================================================= 1.6くらい?から引数の型が変わったっぽい :: error C2664: 'irr::createDevice' : 2 番目の引数を 'irr::core::dimension2d' から 'const irr::core::dimension2d &' に変換できません。(新しい機能 ; ヘルプを参照) with [ T=irr::s32 ] and [ T=irr::u32 ] 理由: 'irr::core::dimension2d' から 'const irr::core::dimension2d' へは変換できません。 with [ T=irr::s32 ] and [ T=irr::u32 ] この変換を実行可能なユーザー定義変換演算子がないか、または演算子を呼び出せません。 createDeviceの第2引数の型 :: core::dimension2d ↓ core::dimension2d