Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default FreeImage.dll binary requires VCOMP140.dll #24

Open
sherlock1982 opened this issue Oct 23, 2020 · 1 comment
Open

Default FreeImage.dll binary requires VCOMP140.dll #24

sherlock1982 opened this issue Oct 23, 2020 · 1 comment

Comments

@sherlock1982
Copy link

FreeImage.dll includes LibRawLite library.
It is compiled in x64 variant with OpenMP support.
It is not available on Windows Server 2016 & Windows Server 2019 out of the box unless you install vc_redist.x64.

So someone needs to recompile it without OpenMP or make a note that generally Visual Studio redist (2015 I suppose) is required here.

LordBenjamin added a commit that referenced this issue Oct 28, 2021
Updated readme to indicate MSVCR dependency as noted in #24.
@LordBenjamin
Copy link
Owner

Updated readme to reflect this dependency. Feel free to send a PR if you feel strongly that OpenMP / LibRawLite / MSVCR should not be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants