2010-11-26 4 views

Répondre

0

Eh bien, it really does not take 4 arguments:

afx_msg void OnMenuSelect( 
    UINT nItemID, 
    UINT nFlags, 
    HMENU hSysMenu 
);      // only 3 arguments 
+0

En WTL il faut quatre arguemets: LRESULT OnMenuSelect (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL et bHandled) se réfèrent à http://www.ecs.syr.edu/faculty/fawcett/handouts/cse778/WTL/Include/AtlCtrlw.h en ajoutant quatre arguments qui posent problème a été résolu – Mahantesh

Questions connexes