Hey everyone,
I am new here and trying to set up the Horde3D engine to try it out! After a lot of confusion and frustration I was finally able to convert the Horde3D SVN Trunk project into a VS2010 project using CMake. I had to comment out a few lines in egModules.cpp to disable extensions. And after I did that it finally Build! Awesome! I wanted to fire up one of the examples to see if it would run, and it did not, I ran into another roadblock
I get this error at the end of building one of the example projects:
"Unable to start program C:\...\...\...\Horde3D\converted\Debug\ALL_BUILD"
My system could not find the "ALL_BUILD" file whilst the ALL_BUILD.vcxproj is present in the converted folder.
So far I could solve all the problems I had using google, however it seems that nobody experienced this before, anyone know how to solve this?