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 cast type compilation error #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kissaki
Copy link

@Kissaki Kissaki commented Jul 23, 2017

The macro ON_WM_TIMER static casts to
void (AFX_MSG_CALL CWnd::*)(UINT_PTR). This failed with the previous
OnTimer method definition.

Change the parameter type from UINT to UINT_PTR to match the cast.


I don’t know if this worked earlier and changed between versions? But it was an issue when trying to compile with my VS 2015 tools, cmake and nmake.

The macro ON_WM_TIMER static casts to
`void (AFX_MSG_CALL CWnd::*)(UINT_PTR)`. This failed with the previous
OnTimer method definition.

Change the parameter type from UINT to UINT_PTR to match the cast.
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.

1 participant