下载编译好的cinder_0.9.1_vc2013, 用vs2015打开 cinder_0.9.1_vc2013projvc2013cinder.sln 重新编译
由于我用的qt也是vs2015版本,qt要求是动态连接,所以需要修改cinder的配置:
原来是: C Runtime is Multithreaded Debug (/Mtd) for debug and Multithreaded (/MT) for Release
需要改成MD和MDd
qt pro中增加
INCLUDEPATH += F:cinder_0.9.1_vc2013include
LIBS += -LF:cinder_0.9.1_vc2013libmswx86 eleasev140 –lcinder