> just a rebuild all? Yes, I have. Getting the same thing

I'm not sure this will help, but if you separate the two parts of the if()
clause like this:

if (m_ctlBank.IsWindowVisible() )
{
        if (m_Bank.IsEmpty() )
        {

        }
}

does it still go in there? What if you swap the order of the tests?

I'm thinking of compile glitches here.

If you take optimisations off, does it still do it?

--
Jason Teagle
[EMAIL PROTECTED]




Reply via email to