astone Posted July 22, 2015 Share Posted July 22, 2015 I have added the unigine_vs2013.vcxproj project to my solution file for a C++ application I'm developing. When I try to build the engine in VS2013, either in Debug-Double or Release-Double I get a ton of build errors. Most of them appear to be syntax errors. We are using the most recent release candidate, "UNIGINE_VERSION 0x1000400d." Attached is a log of the build errors. Any idea what's wrong? Thank you for your time, Andrew debug-double-build-errors.txt Link to comment
silent Posted July 23, 2015 Share Posted July 23, 2015 Hi Andrew, I'm sorry, but I can't reproduce this behavior with the latest 2.0 RC Sim SDK. I just opened sim_src_win_2.0-RC/source/engine/unigine_vs2013.vcxproj in Visual Studio 2013, changed configuration to Debug-Double x64 (x64 / x86) and successfully build (the same with Release-Double). Could you please try to build engine from source directory without copying anything? Also, please, make sure that Platform Toolset option is set to Visual Studio 2013 (vs120) and also <SDK>/include folder are copied to the new location. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
astone Posted July 23, 2015 Author Share Posted July 23, 2015 Pulling the most recent release candidate and building from scratch fixed the issue. I can build without errors now. Thank you for your time. Andrew Link to comment
Recommended Posts