简体   繁体   English

windows中的hid.lib文件在哪里?

[英]where is the hid.lib file in windows?

I'm doing some HiD programming and I'm trying to locate HiD.lib file to add to my .pro Qt file. 我正在做一些HiD编程,我正在尝试找到HiD.lib文件添加到我的.pro Qt文件中。 However I can't find it. 但是我找不到它。 Below is an excerpt of said file: 以下是所述文件的摘录:

win32:LIBS+=-lSetupAPI.lib -L"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib" \
            -lKernel32.lib -L"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib" \
            -lHid.lib -L"" #Looking for the relevant path

Thanks for your help. 谢谢你的帮助。

edit: Could this library be buried now under something else? 编辑:这个图书馆现在可以埋没在别的东西吗?

您需要hid.lib的Windows驱动程序工具包

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM