如何在 Visual C# Express Edition 中安装 Wiimote 库

发布于 2024-09-05 07:12:21 字数 56 浏览 6 评论 0原文

我对 Visual C# 非常陌生,不知道如何安装 wiimote 库。有人可以告诉我该怎么做吗?

I am very new to Visual C# and can't figure out how to install the wiimote library. Can someone tell me how to do so.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缱倦旧时光 2024-09-12 07:12:21

您需要添加对 dll 的引用。

在要使用该库的项目中打开解决方案资源管理器。展开它,直到您看到类似以下内容:

Solution 'MyApplication' (1 project)
-  MyApplication
   + Properties
   + References
   + ...

右键单击“引用”部分,选择“添加引用...”,然后切换到“浏览”选项卡。浏览到安装 wiimote 库的文件夹并选择 dll。单击“确定”即可完成。

You need to add a reference to the dll.

In the project you want to use the library in open the Solution Explorer. Expand it until you see something like:

Solution 'MyApplication' (1 project)
-  MyApplication
   + Properties
   + References
   + ...

Right click on the References section, select "Add Reference..." then change to the Browse tab. Browse to the folder where you've installed the wiimote library and select the dll. Click "OK" and you should be done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文