"rajiv04" <> wrote in message news:...
>
> Hi
>
> I am running my C++ code(as a MFC) in MS VC++ and keep getting the error
> message :undeclared identifier for 4 variables that are well defined in
> resources. One of the error which I am getting of this type is:
>
> C:\Mywork\sample\ASTERIX48Dlg.cpp(66
: error C2065:
> 'TIMER_TEST_ASTERIX48' : undeclared identifier
>
> Can anybody pls provide me the pointers where I might be wrong?
>
You don't declare TIMER_TEST_ASTERIX48 inside the TU that includes
ASTERIX48Dlg.cpp. Is it in missing from an include file (or did you forget
miss the include? (Guess: did you forget to
incldue resource.h?)