MSVC 查找符号的来源

MSVC Find where a symbol is coming from

情况:

这引出了我的问题:

@Richard Critten 指出了我正确的道路,问题是由于每个系统上的 MSVC 工具链版本不同。 GitLab 的 CI 跑步者 using build tools version 16.2.3.0 while I was using a more recent 16.6.1.0. Uninstalling that and installing 16.2.3 from this page 重现了错误。重新编译我之前用较新的工具链编译的依赖项,然后解决了两个系统上的错误。