Replies: 1 comment
-
Fixed by @SColibri patch, by undef the Microsoft's macro. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm working with "windows.h" for dynamic library linking in my project. This header file includes the "winuser.h" and this one contains a macro named DrawText. This changes the definition of the function DrawText inside canvas.
Maybe not an issue with FTXUI library itself, but might help to know that this problem exists when including windows.h
My solution to this problem, I changed the function definition (maybe there is a better way?).
Beta Was this translation helpful? Give feedback.
All reactions