Skip to content

Cannot link to proper libraries on Windows 11 Pro. #3944

Closed Answered by jcupitt
huskier asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @huskier,

The C++ binary we provide for windows is for gcc 15. C++ has no ABI, so you have to match the compiler and compiler version exactly along your whole toolchain.

If you are using MSVC, you will need to rebuild the libvips C++ binding yourself. It's very easy -- just copy these files into your project:

https://github.com/libvips/libvips/tree/master/cplusplus

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@huskier
Comment options

@huskier
Comment options

@jcupitt
Comment options

Answer selected by huskier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #3943 on April 22, 2024 09:45.