Cinder で Image を読み込む方法を学んでいます。
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
それを解決する方法?