You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove JSON_DLL from Release|x64 and update toolset to v145
Release|x64 builds use static jsoncpp linking, so __declspec(dllimport)
decorations from JSON_DLL cause unresolved symbol link errors. Remove
JSON_DLL from Release|x64 only; Release|Win32 retains it as those builds
use jsoncpp as a DLL.
Also update PlatformToolset from v143 to v145 (VS 2022 17.x).
0 commit comments