``我正在学习如何在 cinder 中加载图像。
我使用了ImageIo.h 文件中定义的 loadImage 函数,但是当我构建我的代码时,它给出了以下错误
c:\users\user\particle\src\particleapp.cpp(30): error C2440: 'initializing' : cannot convert from 'ParticleApp *' to 'cinder::app::AppBasic *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
如何解决?