Archive: Can't access a section through it's name


Can't access a section through it's name
Hii,
I have a problem that when I try to use "SectionFlagIsSet" with the section ${SEC_DB} the compiler gives me an error of unknown variable/constant for ${SEC_DB} and doesn't recognize the section.
Three things that may be important:
1) This line comes before the section is defined and I don't know if it matters.
2) I call the section from another section.
3) I use Eclipse SDK 3.4 for the compiling, is it possible that it's just a problem with the compiler?

I would really appreciate it if anyone could answer me as soon as possible because it is pretty urgent.

Thanks.


1 : ${SEC_DB}
2 : Section `name of section` SEC_DB

This cannot possibly work as SC_DB is not defined until line 2.

Stu