I download latest Urho3D and create build for Windows 32bit with OpenGL with VisualStudio 2017 CE. Everything is fine, except I can not run project as Windows console application. I twice build Urho with WIN32_CONSOLE option on, without succes.
Here is error when I try build sample as windows Console project.
1>MSVCRTD.lib(exe_main.obj) : error LNK2019: unresolved external symbol _main referenced in function “int __cdecl invoke_main(void)” (?invoke_main@@YAHXZ)
1>D:…\Debug\Test 01.exe : fatal error LNK1120: 1 unresolved externals
1>Done building project “Test 01.vcxproj” – FAILED.
(I am on Windows 7 64bit Home Edition)