Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder if some runtime errors we are having are down to mismatch in build between our code and vcpkg ports.
The docs (https://vcpkg.readthedocs.io/en/latest/users/triplets/) say we can use:
e.g.:
set(VCPKG_CXX_FLAGS -D_WIN32_WINNT=0x600)
But a few quick questions:
WINVER
or_WIN32_WINNT
? (I know this is a WinAPI question not vcpkg but I never knew the distinction)Beta Was this translation helpful? Give feedback.
All reactions