Hi,
it seems I cannot compile my file because MASM cannot see UnhookWindowsHookEx procedure even if I included user32.inc and user32.lib in my module.
Here's the error I get:
Microsoft (R) Macro Assembler Version 6.15.8803
Copyright (C) Microsoft Corp 1981-2000. All rights reserved.
Assembling: myplugin.asm
myplugin.asm(93) : error A2008: syntax error : UnhookWindowsHookEx
Any suggestion ?
regards.
"UnhookWindowsHookEx" - wrong
"invoke UnhookWindowsHookEx" - right
err ... yeah ... :P I guess I have to take some days off :D