Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
BEGIN_MESSAGE_MAP(CAccuSrvrView, CView)
    //{{AFX_MSG_MAP(CAccuSrvrView)
    ON_WM_CREATE()
    ON_WM_DESTROY()
    ON_WM_TIMER()
    ON_WM_PAINT()
    ON_MESSAGE(uCallBackMsg, OnTrayNotification)
    //}}AFX_MSG_MAP
END_MESSAGE_MAP()

error C3861: 'ON_WM_TIMER': identifier not found
how to resolve these errors
pls find me answer
Posted
Updated 10-Jun-13 22:45pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900