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
この文字列エラーを修正するにはどうすればよいですか?