Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Visual C# 很陌生,不知道如何安装 wiimote 库。有人可以告诉我该怎么做。
您需要添加对 dll 的引用。
在要使用库的项目中打开解决方案资源管理器。展开它,直到您看到类似以下内容:
Solution 'MyApplication' (1 project) - MyApplication + Properties + References + ...
右键单击“参考”部分,选择“添加参考...”,然后切换到“浏览”选项卡。浏览到安装 wiimote 库的文件夹并选择 dll。单击“确定”,您应该完成了。