开发者

How to install wiimote library in Visual C# Express Edition

I am very new to Visual C# and can't figure out how to install the wiimote library. Can someone te开发者_如何学运维ll me how to do so.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜