문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top