I use
MSVC2010 Source.zip
i build by this command line:
cmake_vs2010 f:\projects\urho -DURHO3D_SAMPLES=1 -DURHO3D_LIB_TYPE=SHARED -DURHO3D_OPENGL=1
When i open ALL_BUILD.sln in MSVC IDE and I build with DEBUG option, everything is ok, and all urho examples working fine.
But problem is then if i change to RELEASE MODE in IDE.
Every example where are
scene_->CreateComponent();
going to crash in release-mode, only working examples where are 2D and sound examples (so they not use Octree).
Even urho’s SceneEditor crash (only work in DEBUG).
Binary version of urho package’s (like: Urho3D-1.5-Windows-SHARED-3D9.zip), i think they are compiled in DEBUG mode, because dll have 20mb (so editor work), RELEASE mode of dll have 8mb.