home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
IR Server Suite (IRSS)
Keyboard Input Relay sends wrong code to Translator in release 1.4.2.2627
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="vineyard" data-source="post: 543895" data-attributes="member: 81066"><p>Hi chemelli, </p><p></p><p>As hirscho mentioned before, it was not working since 1.4.2.xxxx. All received keycode will be recieved as 0x000000.</p><p></p><p>After dwelling thru the release code awhile, i found the following problem in the code of KeyboardInputRelay.Program.KeyboardHookStruct as below:</p><p></p><p>=========================</p><p> private struct KeyboardHookStruct</p><p> {</p><p> //wrong!!</p><p> //public readonly int dwExtraInfo;</p><p> //public readonly int flags;</p><p> //public readonly int scanCode;</p><p> //public readonly int time;</p><p> //public readonly int virtualKey;</p><p> //correct!!</p><p> public readonly int virtualKey;</p><p> public readonly int scanCode;</p><p> public readonly int flags;</p><p> public readonly int time;</p><p> public readonly int dwExtraInfo;</p><p>=========================</p><p></p><p>by using the "correct" order, in XP it will work. have not test this in vista thou, vista may have used another order?</p><p></p><p>vineyard.</p></blockquote><p></p>
[QUOTE="vineyard, post: 543895, member: 81066"] Hi chemelli, As hirscho mentioned before, it was not working since 1.4.2.xxxx. All received keycode will be recieved as 0x000000. After dwelling thru the release code awhile, i found the following problem in the code of KeyboardInputRelay.Program.KeyboardHookStruct as below: ========================= private struct KeyboardHookStruct { //wrong!! //public readonly int dwExtraInfo; //public readonly int flags; //public readonly int scanCode; //public readonly int time; //public readonly int virtualKey; //correct!! public readonly int virtualKey; public readonly int scanCode; public readonly int flags; public readonly int time; public readonly int dwExtraInfo; ========================= by using the "correct" order, in XP it will work. have not test this in vista thou, vista may have used another order? vineyard. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
IR Server Suite (IRSS)
Keyboard Input Relay sends wrong code to Translator in release 1.4.2.2627
Contact us
RSS
Top
Bottom