Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Re: undeclared identifier?

Reply
Thread Tools

Re: undeclared identifier?

 
 
Ron Natalie
Guest
Posts: n/a
 
      07-21-2003

"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?)




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The variable 'configurationAppSettings' is either undeclared or was never assigned. hui ASP .Net 2 10-14-2005 12:19 AM
undeclared loop variable Brad Smallridge VHDL 7 03-25-2005 07:45 PM
Undeclared Tag Error Jason Sauer XML 0 02-06-2004 09:36 PM
Xerces2-J http://apache.org/xml/features/validation/warn-on-undeclared-elemdef? Gerben XML 3 10-11-2003 10:05 AM
IE Error: Reference to undeclared namespace prefix Romeo Disca XML 1 08-31-2003 06:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57