المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C3861



C++ Programming
04-02-2009, 03:01 PM
Hi!
In my VC++ 2005 project, I got this error:

(i)error C3861: 'eventMouseDown': identifier not found

But this identifier is present in a file called ********h and I've included this header file to my source file. Why is it giving me this error? How do I resolve this error?