libvips C++ API Linkage Failures (LNK2001 Unresolved External Symbols) #4611
-
Environment Configuration: OS: Windows 10/11 IDE: Visual Studio 2019 (MSVC v142) libvips version: [Specify version, e.g., 8.17.1] Installation method: ☑️ Pre-built binaries ☐ Self-compiled Third-party dependencies: [List versions of glib-2.0, libpng, etc.] Issue Description: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @yunxingluoyun, You can't mix C++ compilers (or sometimes even different versions of the same C++ compiler!) in a single project. We build the Windows libvips binaries with clang++. You have some choices:
|
Beta Was this translation helpful? Give feedback.
Hello @yunxingluoyun,
You can't mix C++ compilers (or sometimes even different versions of the same C++ compiler!) in a single project. We build the Windows libvips binaries with clang++.
You have some choices: