Aric Stewart aric@codeweavers.com writes:
On 6/26/15 7:31 AM, Michael Stefaniuc wrote:
Aric,
On 06/26/2015 02:22 PM, Aric Stewart wrote:
These internal structures are shared between hid.dll and the forthcoming hidclass.sys
Should I define them internally at this point and have a patch later that moves them to the global header?
my crystal ball tells me that the answer will be to just have that internal header and copy it to hidclass.sys E.g. I have 8 copies of dmobject.[ch] atm
I bet you are right here. There is a hidparse.sys that implements all of those HidP_ functions. But I am pretty sure that you are not suppose to be able to link a .sys file to a .dll file.
Maybe not on Windows, but on Wine you could certainly call hid.dll from hidclass.sys, if that helps.