この単純な cinder の例 (cinder の紹介から - http://libcinder.org/docs/v0.8.4/hello_cinder.html ) では、次のコンパイル エラーが発生します。
myImage = gl::Texture( loadImage( loadResource( "image.jpg" ) ) );
エラー 1 エラー C2661: 'cinder::app::App::loadResource' : 1 つの引数を取らないオーバーロードされた関数はありません
ただし、ドキュメントには次のように記載されています。
DataSourceRef cinder::app::loadResource ( const std::string & macPath )
何か案は?