Waitrud Weber’s blog

things and reminders for memories

Proposal 004

f:id:Waitrud_Weber:20180508222257p:plain

I could not use keyboard hook on the windows API using migwc++ compiler.
I'm sure that I did not make the mistake of that coding.
So, I required any other reasons of that problem, and tried to code using visual studio but still could not solve the problem.

Texbook tells me that we should hook under "case WM_COMMAND".
I couldn't hook inside and outside "case WM_COMMAND".

Please comment me if you could solve in the following source code.
https://github.com/WaitrudWeber/source_zip/blob/master/20180508.zip

Anyway, the below helped me.
https://stackoverflow.com/questions/11043986/c-standard-args-multiple-calls-to-va-start

Windows API Programming has difficulties of sharring C++, C, std, Microsoft other libraries and compiler differences.