在这个简单的 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 )
有任何想法吗?