birarda / moveframework

Automatically exported from code.google.com/p/moveframework
2 stars 0 forks source link

Help needed #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to use the framework with the CLEyeWinFormTest (downloaded the CL Eye 
Platform SDK: http://codelaboratories.com/downloads/)
2. Ensured everything worked:
- Calibration worked (showed camera image and the calibration was successfull)
- The C# Wrapper Project works
3. Tried to merge the Wrapper into the CLEyeWinFormTest and failed.
- copied the .cs classes, copied the DLL files into bin\debug

As soon as I try to instatiate the WrapperTest and call init() on the instance, 
the app crashes with the message, that the method getOrientation() couldn't be 
found in the dll file.

I am lost as I never worked with DLL files and as I am more from the Java world 
:)

The wiki page "MoveFrameworkProjects" seems a bit out of date (namespace isn't 
"Move") so I couldn't find informations there...

Original issue reported on code.google.com by mbwarren...@gmail.com on 11 May 2012 at 12:31

GoogleCodeExporter commented 9 years ago
This is not an issue with my framework, so I marked this as invalid.

Yes, everything public is in the Move namespace in the C++ dll. There is no 
namespace in the wrapper though.

But anyway, please send me the whole project you made up in email and I'll see 
if I can fix it for you.

Original comment by darress on 11 May 2012 at 8:22