OK, hab ich versucht. Nun kommt jedoch bei dieser Zeile
folgende Fehler:
1. == no conversion from int to MSG*
2. MSG* differs in levels of indirection from int
Warum denn?!
Code:
if ((pMsg == WM_COMMAND) && (pMsg->hwnd == m_hWnd) && (LOWORD(pMsg->wParam) == ID_IDLE))
1. == no conversion from int to MSG*
2. MSG* differs in levels of indirection from int
Warum denn?!