Archive 17/01/2023.

Can the latest Urho3D version be built with VS2013?

GodMan

So browsing GitHub. Can I build the latest master branch of Urho3d with VS2013? Or do I need a newer version of VS?

weitjong

The support has been removed like 4 years ago. You may get it to compile with VS2013 as it still has partial C++11 support and our current master branch is actually only using half-baked C++11. The migration to C++11 could not be completed properly as we have lost the project lead at the time and it is difficult to get everyone to agree and converge on simple things on what modern C++ means to the project.

GodMan

okay thanks for the update. I will just stick with 1.71 for now.