Powerbasic Museum 2020-B

Archive => Archived Posts => Topic started by: Doug McDonald on August 26, 2010, 06:27:20 PM

Title: API wraper for HID.dll
Post by: Doug McDonald on August 26, 2010, 06:27:20 PM
You do fantastic work and I thank you greatly.

Do you have any plans on adding a wrapper for the HID.dll or is one even needed. I'm trying to convert a VB6 app that used the hid.dll and having lots of problems. A hid.inc would be fantastic. I've seen that others are having the same issue with it in the PB forums.

Thank you
Doug McDonald
Title: Re: API wraper for HID.dll
Post by: José Roca on August 26, 2010, 09:18:54 PM
 
Sorry, but what is HID.dll and where I can found the header?
Title: Re: API wraper for HID.dll
Post by: José Roca on August 27, 2010, 05:59:50 AM
 
I found it. HID = Human Input Devices
http://msdn.microsoft.com/en-us/library/ff543301%28VS.85%29.aspx

The attached file contains hidpi.inc, hidsdi.inc and hidusage.inc.
Title: Re: API wraper for HID.dll
Post by: Doug McDonald on August 27, 2010, 09:50:13 PM
WOW that was fast. Thank you. I was going to say its in the Win DDK but you found it.

Thank you again
Doug