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