views:

116

answers:

1

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.

A: 

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.

ChrisF
What is the references secion? Where do I find it.
Omar
@Omar - I've updated the answer
ChrisF
@ChrisF I got it. Thanks a lot.
Omar