CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    219

    Problems in my .rc file

    Hello,

    I've made a dialog in a .rc file in resedit, and it also creates a resource.h file for u.

    It was compiling fine, but after i coded more things etc, i was getting erros from this .rc. I Did NOT change anything in the file, so i was hoping someone can help me how this is possible?

    I think it has something to do with a plug in or something, since

    LANGUAGE 9, 3 does work, but english not, which is the same but only not in numbers

    more errors i get:
    .\Main.rc(17) : error RC2104 : undefined keyword or key name: DS_3DLOOK

    ideas?

  2. #2
    Join Date
    Jun 2007
    Location
    MA-USA
    Posts
    247

    Re: Problems in my .rc file

    You can include <windows.h> in rc file.
    With VC you can include <afxres.h> instead.
    Or even define it in your project settings...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured