PDA

View Full Version : CmdBar problem on win98


TBD
November 24th, 2002, 03:29
i traced down the problem in cmdbar plugin by gigapede to CreateCmdbarWindow routine ... after creating edit control with history list it stacks overflow.

i will dwelve deeper to see where is the problem.

anyone playing with this too ?

mfn
November 24th, 2002, 09:02
yea, I traced this.

However, i could NOT hunt the bug.
I've already given up to fix that.

anyway, I hope anyone catch the bug

Gigapede
November 24th, 2002, 22:03
I've got.

hook procedure is the cause of the error.
I dont (wanna) remember why I use hook proc ;-P

now, I use subclass to get WM_SIZE message form OD main window proc.