如何将 C 库添加到 Microsoft Visual C++项目?
我正在使用 Microsoft Visual C++ 开发一个项目。我想添加 USB
设备驱动程序库,它是一个 C
库。
我是否需要构建一些额外的库来添加此 USB
库?
I am working on a project in Microsoft Visual C++. I want to add the USB
device driver library which is a C
library.
Do I need to build some extra library to add this USB
library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到项目菜单,然后属性,
编译您的程序,如有必要,将您需要的任何.dll复制到包含.exe的目录中
Go to the project menu, then properties, configuration properties tab
Compile you program, and if necessary, copy any .dlls you will need to the directory containing the .exe