|
5精币
误: 使用所指定的本地编译器编译当前程序失败
错误:
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): error C2039: "unique_ptr": 不是 "std" 的成员
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(24): note: 参见“std”的声明
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): error C2065: “unique_ptr”: 未声明的标识符
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): error C2275: “std::vector<_PICnum_t,std::allocator<_PICnum_t>>”: 将此类型用作表达式非法
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): note: 参见“std::vector<_PICnum_t,std::allocator<_PICnum_t>>”的声明
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): error C2974: 'std::vector' : 模板 对于 '_Ty'是无效参数,应为类型
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(430): note: 参见“std::vector”的声明
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): error C2976: “std::vector”: 模板 参数太少
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(430): note: 参见“std::vector”的声明
G:\火山\win_android_chs_free\plugins\vprj_win\classlib\user\SProtect验证模块\lib\SPPicShieldx64.h(8): error C2059: 语法错误:“>”
编译生成目标文件"C:\Users\Administrator\Desktop\火山例程\SProtectx64火山源码接入例程\demo\_int\demo\release\x64\linker\demo.exe"失败
--- 项目"demo"编译或链接失败. 编译过程中共遇到了 0 个警告, 2 个错误.
这是怎么回事有没有大佬
|
最佳答案
查看完整内容
可以试试 你看下sp给的文档说明 是不是有什么东西没引入
|