cesarsouza / screencast-capture

Free utility to continuously capture the computer screen.
http://cesarsouza.github.io/screencast-capture/
GNU General Public License v3.0
121 stars 39 forks source link

Not able to compile project in vs 2013 ultimate #24

Closed Anupam- closed 8 years ago

Anupam- commented 8 years ago

I am not able to compile source code in vs 2013. It ask to upgrade Accord.Video.FFMPEG when I did it does'nt compile, I have also tried excluding the same and reference assemblies from nuget but now some objects exists in both Accord and Aforge.

When I remove Aforge.Video error says "The type 'AForge.Video.IVideoSource' is defined in an assembly that is not referenced. You must add a reference to assembly 'AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401'"

There are some other errors as well eg: VideoCodec.H264 , H264 not exists.

cesarsouza commented 8 years ago

Sorry for the long delay. This issue has finally been fixed, as it depended on first resolving a few issues with the AForge and Accord.NET merge.