We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wxGraphicsContext with Direct2D will work 'out of the box' with the current trunk of wxWidgets (3.1.1) and MinGW64 GCC 5.3.
The only change needed is to add -ld2d1 -lwindowscodecs on to the end of every linker line (search for -lwininet).
-ld2d1 -lwindowscodecs
-lwininet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wxGraphicsContext with Direct2D will work 'out of the box' with the current trunk of wxWidgets (3.1.1) and MinGW64 GCC 5.3.
The only change needed is to add
-ld2d1 -lwindowscodecs
on to the end of every linker line (search for-lwininet
).The text was updated successfully, but these errors were encountered: