下载编译好的cinder_0.9.1_vc2013, 用vs2015打开 cinder_0.9.1_vc2013\proj\vc2013\cinder.sln 重新编译

由于我用的qt也是vs2015版本,qt要求是动态连接,所以需要修改cinder的配置:

原来是: C Runtime is Multithreaded Debug (/Mtd) for debug and Multithreaded (/MT) for Release

需要改成MD和MDd

cinder 和 qt5 vs2015结合

qt pro中增加

INCLUDEPATH += F:\cinder_0.9.1_vc2013\include

LIBS += -LF:\cinder_0.9.1_vc2013\lib\msw\x86\release\v140 –lcinder

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2021-12-26
  • 2021-07-05
  • 2022-01-02
  • 2021-11-10
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-12-04
  • 2021-09-27
  • 2021-05-06
  • 2021-08-02
  • 2021-11-17
相关资源
相似解决方案