dll - 32-bit Keyboard Hook unexpectedly works in 64-bit apps, but is hanging Outlook -


have been reading lot 1 , picture gets muddier. have 32-bit app installs keyboardhook wait global hotkey , wake up. running on win 7 x64 edition notice hangs outlook x64 edition when hotkey pressed.

so did research , looks 32-bit keyboard hooks aren't supposed work in 64 bit apps. time more testing...

they hotkey works fine in 64-bit notepad, wordpad, , sticky notes. verified these 64-bit apps since don't have "*32" next them in task manager. doesn't hang app , it's supposed to. wait... 32-bit hook dll can't loaded 64-bit app, right?

a @ process explorer shows hook dll isn't loaded notepad process! (if run 32-bit notepad.exe wow64 directory, can see dll loaded process, know i'm using tools right).

so outlook hanging issue might or might not related, why hook working @ in 64-bit notepad?

i have 32-bit app installs keyboardhook wait global hotkey , wake up.

if that's ultimate goal, it's simpler , less of impact on system use registerhotkey.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -