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