我正在使用 glew、glut、opengl 和 Devil lib。在带有 c++ 的 Ubu 13.10 中,此行编译但在 Win 中的 Visual Studio 中没有!为什么?std::string path 是传递给函数的参数。这是代码:
//Load image
ILboolean success = ilLoadImage( path.c_str() );
这是错误:
cannot convert argument 1 from 'const char *' to 'const wchar_t *'