robotics5040 / KIFEN

Kinect Integration For EV3/NXT
1 stars 0 forks source link

cannot built, got errors #1

Closed livi0 closed 10 years ago

livi0 commented 10 years ago

Hi, I'm trying to use your program, having a Kinect for Windows and EV3. The EV3 has only 2 motors connected to the brick, having no sensors for the time being. The EV3 is connected by bluetooth to a Win7 laptop. I just installed Visual Studio 2013, I downloaded and unzipped your program KIFEN-master, and run KinectIntegrationForEV3-NXT. That opens Visual Studio, I pressed start, it asked me to build, I did it but I got errors. Asking me if I want to use the last working build it didn't find any build already made. Could you please help in solving these errors? Thank you! Here they are:

Warning 1 Could not resolve this reference. Could not locate the assembly "MonoBrick". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. KinectIntegrationForEV3-NXT

Warning 2 Could not resolve this reference. Could not locate the assembly "NKH.MindSqualls". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. KinectIntegrationForEV3-NXT

Error 3 The type or namespace name 'NKH' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 24 7 KinectIntegrationForEV3-NXT

Error 4 The type or namespace name 'MonoBrick' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 25 7 KinectIntegrationForEV3-NXT

Error 5 The type or namespace name 'NxtBrick' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 34 9 KinectIntegrationForEV3-NXT

Error 6 The type or namespace name 'Brick' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 35 9 KinectIntegrationForEV3-NXT

Error 7 The type or namespace name 'Sensor' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 35 15 KinectIntegrationForEV3-NXT

Error 8 The type or namespace name 'Sensor' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 35 23 KinectIntegrationForEV3-NXT

Error 9 The type or namespace name 'Sensor' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 35 31 KinectIntegrationForEV3-NXT

Error 10 The type or namespace name 'Sensor' could not be found (are you missing a using directive or an assembly reference?) C:\Users\tech\Documents\Visual Studio 2013\Projects\KIFEN-master\KinectIntegrationForEV3-NXT\KinectIntegrationForEV3-NXT\Form1.cs 35 39 KinectIntegrationForEV3-NXT

Warning 11 The referenced component 'MonoBrick' could not be found. KinectIntegrationForEV3-NXT

Warning 12 The referenced component 'NKH.MindSqualls' could not be found. KinectIntegrationForEV3-NXT

Thanks, Liviu

robotics5040 commented 10 years ago

Sorry it took us this long to get back, but we have been off season for a while and we are just starting back up. The libraries have now been included with the repository, Just add them in as references to your project.

Also, be sure to try the third and final iteration of this project, WIFEN. https://github.com/robotics5040/WIFEN

Thanks for pointing this out and we apologize for this inconvenience.