如何在 Visual C# Express Edition 中安装 Wiimote 库
我对 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.
我对 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.
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
您需要添加对 dll 的引用。
在要使用该库的项目中打开解决方案资源管理器。展开它,直到您看到类似以下内容:
右键单击“引用”部分,选择“添加引用...”,然后切换到“浏览”选项卡。浏览到安装 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:
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.