是否可以将 Cinder 与 VS2013 一起使用?
从 Cinder 官方网站,下载页面仅列出了 VS2010 和 VS2012 支持:
是否有其他可以下载的 Cinder 发行版,并且可以与 VS2013 一起使用?
编辑
评论里有人建议用VS2013试试VS2012下载。我尝试用 TinderBox 创建一个简单的项目,并在 VS2013 中打开了解决方案。在通常的 VS2013 的解决方案升级对话框之后,我尝试构建,但出现以下错误:
1>------ Build started: Project: CinderTestVS2013, Configuration: Debug Win32 ------ 1> CinderTestVS2013App.cpp 1> Unknown compiler version - please run the configure tests and report the results 1>cinder_d.lib(gl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in CinderTestVS2013App.obj 1>cinder_d.lib(Renderer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in CinderTestVS2013App.obj 1>cinder_d.lib(Window.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in CinderTestVS2013App.obj ... lots of similar errors ... ... 1>C:\Temp\CinderTests\CinderTestVS2013\vc11\Debug\CinderTestVS2013.exe : fatal error LNK1319: 55 mismatches detected ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========