Click to See Complete Forum and Search --> : MFC resource file error


MStuart
September 16th, 1999, 02:09 PM
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??

Anthony Mai
September 16th, 1999, 03:15 PM
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.