-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
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 |
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. |
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. |
FWIW, the {Win32, Win64} directories in
https://github.com/HinTak/Font-Validator/tree/master/bin
contains mingw-built freestype (so only depends on msvcrt.dll, I think). Those are what I ship with font validator (which uses SharpFont) with some enhancements which should be entirely compatible . The additional enhancement does not change current behavior but strictly additions - supposedly slightly slower but I have been running my fully augmented freetype as system-wise on fedora for a month and has not noticed any significant slow down.
On Saturday, 23 June 2018, 02:17:52 GMT+8, Robert Rouhani <[email protected]> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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
The text was updated successfully, but these errors were encountered: