Re: Help debugging a problem!

2005-09-28 Thread Ivan Leo Puoti
James Hawkins wrote: On 9/27/05, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: If I change this to fred = RegisterClassEx16( &wcex ); TRACE("Here... %d\n", fred); return fred; it all works.! This sounds like the stack is getting trashed. I agree this looks very much like a

Re: Help debugging a problem!

2005-09-27 Thread James Hawkins
On 9/27/05, James Hawkins <[EMAIL PROTECTED]> wrote: > On 9/27/05, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: > > > > If I change this to > > fred = RegisterClassEx16( &wcex ); > > TRACE("Here... %d\n", fred); > > return fred; > > > > it all works.! > > > > This sounds like the

Re: Help debugging a problem!

2005-09-27 Thread James Hawkins
On 9/27/05, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: > > If I change this to > fred = RegisterClassEx16( &wcex ); > TRACE("Here... %d\n", fred); > return fred; > > it all works.! > This sounds like the stack is getting trashed. That is usually the case when randomly added f