extern "C"
{
#endif
#include <stdint.h>
#include <limits.h>
#include "attributes.h"
}
#endif
我添加了extern "C" { }
然后我得到了C2059 string
错误所以我尝试使用#endif
,现在我还有另外 4 个错误。
Error 1 error C2059: syntax error : 'string' d:\c-sharp\c++
compiling\consoleapplication7\consoleapplication7\libavutil\rational.h 31 1
ConsoleApplication7
我该如何解决这个字符串错误?