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

FT_MulFix isn't present in the packaged freetype6.dll #24

Closed
r2d2rigo opened this issue Jul 15, 2013 · 2 comments
Closed

FT_MulFix isn't present in the packaged freetype6.dll #24

r2d2rigo opened this issue Jul 15, 2013 · 2 comments

Comments

@r2d2rigo
Copy link

Just to let you know that said function isn't included in the packaged version of the library and calling FT.MulFix complains of a symbol not found in the native library.

@Robmaister
Copy link
Owner

Strange, I'm doing a straight compile of the FreeType2 source. I'll investigate it in a little bit.

@Robmaister
Copy link
Owner

Alright, so the issue was that FT_MulFix was defined with the FT_EXPORT_DEF(x) macro instead of FT_EXPORT or FT_BASE. Recompiling with an extra #define adds that FT_MulFix and a handful of other missing functions.

I'll update the README as well as comment on the StackOverflow question where I got the compile instructions from. Thanks for the find!

TheVice added a commit to TheVice/lantern that referenced this issue Nov 5, 2015
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