Quote Originally Posted by ovidiucucu View Post
OnFileClose has to be a class member function and yours is not.
Why not?
Code:
class CMainFrame: ...
{
...
LPRESULT OnFileClose(WORD, WORD, HWND, BOOL&)
{
...
}
...
}