-
Notifications
You must be signed in to change notification settings - Fork 614
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
undefined reference to `DWriteCreateFactory' #518
Comments
-lui -lgdi32 -lcomctl32 -ld2d1 -lole32 -ldwrite -lstdc++ -lgcc_s -lgcc_eh -lwinpthread
|
Did you try to copy your .exe to C:/msys64/mingw64/bin and execute from there? |
Or add "-Wl,-Bstatic -lstdc++ -static" before libs list to link them statically. |
|
I think |
What else do I need to add to the link options?
The text was updated successfully, but these errors were encountered: