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

    MFC resource file error

    When I try to examine my resources I get the following error:

    Guideline must specify type

    if I look at the resource file, I see the line

    GUIDELINE DESIGNINFO DISCARDABLE

    Any thoughts??


  2. #2
    Join Date
    Jun 1999
    Location
    San Diego, CA
    Posts
    600

    Re: MFC resource file error

    The problem is not the you you saw, but the one below it. You will see something like that:
    GUIDELINE DESIGNINFO DISCARDABLE
    BEGIN
    blablabla...
    ...
    END

    If the BEGIN---END block is missing or contains errors, you might as well delete the GUIDELINE line.


    I hate fat programs as much as I hate being fat myself. I am lean and mean and so is my program.

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