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

Fix build errors #715

Merged
merged 2 commits into from
Feb 1, 2021
Merged

Fix build errors #715

merged 2 commits into from
Feb 1, 2021

Conversation

extratype
Copy link
Contributor

@extratype extratype commented Jan 7, 2021

I tried to build the latest commit and it didn't work well. Here are the fixes.

  • Visual Studio C++ compiler uses system ANSI encoding without /utf-8 option. This caused confusing syntax errors.
  • I used FreeType 2.10.4 and FT_EXPORT_DEF was not available. Also FT_Glyph_To_BitmapEx was not exported, causing a linking error. So I added it to the diff file instead of ft.cpp.

@snowie2000 snowie2000 merged commit 999790b into snowie2000:directwrite Feb 1, 2021
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

Successfully merging this pull request may close these issues.

2 participants