-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
不支持FH4异常处理的环境导致链接失败 #24
Comments
报错的vcltl配置 但如果设置MinVersion=6.0.6000.0可通过编译: x86下均可通过编译。 |
经测试已经可以通过编译了 |
环境: VS2017 x64
编译: openssl 1.0.2u
命令:
perl Configure VC-WIN64A --prefix=C:\QtSDK\openssl-1.0.2u-x64
call ms\do_win64a
nmake -f ms\ntdll.mak
报错:
libucrt.lib(wcrtomb.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
out32dll\constant_time_test.exe : fatal error LNK1120: 1 unresolved externals
备注:VS2017 x86 ,VS 2019 x64/x86 均能正常编译通过。
The text was updated successfully, but these errors were encountered: