Skip to content

Fix cast type compilation error#2

Open
Kissaki wants to merge 1 commit intoetlegacy:masterfrom
Kissaki:fix-cast-error
Open

Fix cast type compilation error#2
Kissaki wants to merge 1 commit intoetlegacy:masterfrom
Kissaki:fix-cast-error

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