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

freetype.dll error with win7-64 #119

Open
TomQv opened this issue Jun 18, 2018 · 4 comments
Open

freetype.dll error with win7-64 #119

TomQv opened this issue Jun 18, 2018 · 4 comments

Comments

@TomQv
Copy link

TomQv commented Jun 18, 2018

I'm using the 64/freetype6.dll provided with this package, and it runs fine on Win10-64.
Same app installed on Win7-64 gives windows-error on start:

"Dll "freetype6": Module not found. (Exception HRESULT 0x8007007E) can't load"

https://aka.ms/vs/15/release/vc_redist.x64.exe is installed on that machine.
Any ideas?

Tom

@Robmaister
Copy link
Owner

Most likely a duplicate of #99

Haven't had much time to be a maintainer, it's only an issue if you're using the .props file that comes with the Nuget package

@TomQv
Copy link
Author

TomQv commented Jun 22, 2018

I'm not using the .props file that comes with the Nuget package. But I'm using the freetype6.dll thats included in the package.
Using Process Monitor it turned out, that freetype6.dll is depending on msvcr120.dll. Just adding this dll to the output-folder solves the issue.

@Robmaister
Copy link
Owner

Makes sense, I'm probably going to publish versions of freetype with a statically linked CRT in the future to avoid the compatibility matrix entirely. Only just recently found out that it's not as big of an issue to use the statically linked CRT as a lot of people make it out to be.

@HinTak
Copy link
Contributor

HinTak commented Jun 22, 2018 via email

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

3 participants