VS2013 で Cinder を使用することは可能ですか?
Cinder の公式 Web サイトのダウンロード ページには、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 ==========