We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当将VC-LTL编译32位的单元测试DLL启动时,会发现_CxxThrowException@8被导入,而CRT其实是_CxxThrowException。
_CxxThrowException@8
_CxxThrowException
跟踪发现vcruntime.msvcrt里的LibMaker 的CopyLibType长度解析错误。
需要更新LibMaker 工具解决。 Chuyu-Team/LibMaker@1a71e74
The text was updated successfully, but these errors were encountered:
修复Bug #50,_CxxThrowException@8、__CxxLongjmpUnwind@4导入错误
9bc7bae
https://github.com/Chuyu-Team/VC-LTL5/releases/tag/v5.0.8-Beta2
Sorry, something went wrong.
No branches or pull requests
背景
当将VC-LTL编译32位的单元测试DLL启动时,会发现
_CxxThrowException@8
被导入,而CRT其实是_CxxThrowException
。跟踪发现vcruntime.msvcrt里的LibMaker 的CopyLibType长度解析错误。
修复
需要更新LibMaker 工具解决。
Chuyu-Team/LibMaker@1a71e74
The text was updated successfully, but these errors were encountered: