|
I wrote a hook function to handle the keyboard, and then packaged it into a dll file
No problem with engineering test with mfc
However, create a c ++ project (nothing, only cpp files and .h files)
Write a main function, add the dll to the project, try to call it, no
Everyone who has used it this way to explain, is it necessary to set the hook function to use the Windows link library? ? ? |
|