
Runtime Error --Internal Error 01: WSLKEYB
Hi,
We have a 32-bit 2003 application that installs a keyboard (WH_KEYBOARD)
hook using SetWindowsHookEx. Whether we install it as system-wide or
thread-specific, we eventually always GPF with the error "Runtime Error --
Internal Error 01: WSLKEYB"
If we comment out some code in the filter procedure (so we install a hook
that basically does nothing) then everything works OK. That leads us to
suspect that somehow the hook is basically taking too long to process each
keystroke. The problem is that we need to do all the code that's in there at
the moment. Any suggestions?
Paul