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
msh3
0.7.0
it needed to change also msquick: https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L574 That needed c++ define: https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L498
Not sure how to do that.
When I tried to update:
msh3.cpp.obj : error LNK2001: unresolved external symbol CxPlatGetSelfSignedCert msh3.cpp.obj : error LNK2001: unresolved external symbol CxPlatFreeSelfSignedCert bin\msh3.dll : fatal error LNK1120: 2 unresolved externals ninja: build stopped: subcommand failed.
I am not sure how to compile these symbol. I know they are depends on define cpp: QUIC_TEST_APIS https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L498
I tried to add it via port config with VCPKG_CXX_FLAGS with both define in msquic and msh3, but without success.
VCPKG_CXX_FLAGS
The text was updated successfully, but these errors were encountered:
I create issue on upstream of msquic: microsoft/msquic#4569
I also suggested some solution: microsoft/msquic#4574
Let's see what happen.
Sorry, something went wrong.
It needed msquic 2.4.7 or more. #42755
Fixing by #42788.
MonicaLiu0311
Successfully merging a pull request may close this issue.
Library name
msh3
New version number
0.7.0
Other information that may be useful (release notes, etc...)
it needed to change also msquick:
https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L574
That needed c++ define:
https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L498
Not sure how to do that.
When I tried to update:
I am not sure how to compile these symbol. I know they are depends on define cpp: QUIC_TEST_APIS
https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L498
I tried to add it via port config with
VCPKG_CXX_FLAGS
with both define in msquic and msh3, but without success.The text was updated successfully, but these errors were encountered: