多个库疑似会出现运行库的问题? #5394
-
gdal也会报这个错误 |
Beta Was this translation helpful? Give feedback.
Answered by
star-hengxing
Jul 25, 2024
Replies: 3 comments
-
foo 的编译工具链看起来是 msvcrt,而 package 应该是 ucrt 构建的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
包是默认平台工具链编译的,应该是 vs 2022 v143,而你单独给 target 设置了 vs 2015,不兼容。那么应该设置全局工具链为 vs2015,让包正确编译 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Elite-stay
-
proj好像用2015找不到v140编不过,换2017了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
包是默认平台工具链编译的,应该是 vs 2022 v143,而你单独给 target 设置了 vs 2015,不兼容。那么应该设置全局工具链为 vs2015,让包正确编译