I'll give it a try, Thanks!

----- Original Message ----- 
From: "Jason Teagle" <[EMAIL PROTECTED]>
To: "BeginThread.com's MSVC list" <[EMAIL PROTECTED]>
Sent: Tuesday, November 11, 2003 11:48 AM
Subject: RE: [msvc] CEdit Control (RE: KB824141)


> 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]



_______________________________________________
msvc mailing list
[EMAIL PROTECTED]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.




Reply via email to