[Bug 19368] lpfnWndProc can't catch Up/Down/Left/Right and CTRL+ other Button

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 5 11:43:33 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19368





--- Comment #6 from Hidetaka Sakai <sakaihdt at d2.dion.ne.jp>  2009-08-05 11:43:33 ---
Hello.

I corrected the sakura-editor and report it.


I seem "The problem was in Accelarator Table".

sakura-editor has Accelarator Table (HACCEL) in Shared Memory.
Accelarator Table is shared in two or more processes. 


I tried change sakura-editor that it use StackMemory.
Then, sakura-editor became operated normally. (UP/Down/Ctrl... OK)
(http://sakaihdt.gozaru.jp/sakura_en.html )

I seem " Windows has Accelarator Table in Shared Memory "
But Wine has Accelarator Table in HeepArea.
( dlls/user32/resource.c CreateAcceleratorTableA() use
  GlobalAlloc16 function .)



thank you.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list