[EMAIL PROTECTED] writes: > My app uses SetWindowHookEx to install a WH_KEYBOARD_LL hook. > Currently, the wine implementation tells me > "fixme:hook:set_windows_hook system hook WH_KEYBOARD_LL won't work right" > when I try to use it. I'd like to implement this so I can get my app to > run, but I'm not sure where to start, since I don't know why it > "won't work right." Any hints/suggestions?
I'm working on it. Basically it won't work right across processes at this point; if you have a single process it should be OK. -- Alexandre Julliard [EMAIL PROTECTED]