This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying my best to simulate keyboard input to get å and Å on windows mobile. Unfortunately WM6 does not support KEYEVENTF_UNICODE and so my challenge begins. I already tried SendInput, keybd_event, PostMessage, SendMessage and PostKeybdMessage. None of my tries worked. The problem is that most of the APIs [...] read more
My English skill is poor because I'm not a native English speaker. Please understand. I compiled some test code that operating alright in IAR with LLVM infra but the generated code was not operated on my test board. Detail are as follows. TEST GOAL I want to see operating the [...] read more