Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

error RC2104 : undefined keyword or key name: IDC_EDIT1

400 views
Skip to first unread message

Randy Smith

unread,
Aug 16, 1999, 3:00:00 AM8/16/99
to
Hello,
 
Has anyone ever seen the following compiler error:
 
(YourProjectName).rc (126): error RC2104 : undefined keyword or key name: IDC_EDIT1
 
Strangely enough, this error sometimes comes up when I first load my project, or when I do my first
compilation of the session.  
 
Any ideas on how to get rid of this error?
 
Thanks!
 

Ken Sutherland

unread,
Aug 17, 1999, 3:00:00 AM8/17/99
to

"Randy Smith" <THE_RA...@prodigy.net> wrote:
>Has anyone ever seen the following compiler error:
>
>(YourProjectName).rc (126): error RC2104 : undefined keyword or key =
>name: IDC_EDIT1

Have you edited your .rc file by hand? It seems to have been
trashed somehow. Open the .rc file as text (or open it from
a stadard text editor) and get rid of IDC_EDIT1 stuff around
line 126.

-Ken

-----------------** -- Posted from CodeGuru -- **-----------------
http://www.codeguru.com/ The website for Visual C++ programmers.


0 new messages