Hi Joan,
I've installed all the components and compiled the latest version, but immediately I get an error
on ScreenManager = new ScreenManagerKernel();. Does this have anything to do with the
visual studio version? I'm running 2010. Also I've noticed some references of the root project
aren't recognized (FileBrowser, ScreenManager, Services and the Updater), is this right?
Best regards,
BT
Hi,
I just did a "check out" from SVN in a separate directory to verify. I didn't have any issues. (Just need to make sure it's compiling for "x86", not "AnyCpu").
I am not using VS2010 right now, so I can't really say if differences in configuration is the source of the problem.
For the references, try to delete them and add them back maybe… I have had to do this with some other projects.
Go to \Root\bin\x86\Debug and check that the dependencies were copied properly: AForge dlls (x5), av* dlls (x5 + postproc-51.dll, + swscale-0.dll), OpenCV cv*.dll (x3) + Emgu (x2), SharpVector (x6).
I don't know if VS is setting some options by default, but the target framework should be set to "2.0".

