I synced the source code from the trunk, and there are a few issues.
ispyapplication.csproj references absolute paths to d: drive. I suspect these copy steps aren't necessary if issue 2 is corrected?
<PreBuildEvent>xcopy "d:\Projects\iSpy\FFMPEG\ffmpeg\bin*." "$(ProjectDir)" /Y</PreBuildEvent>
<PostBuildEvent>call "$(SolutionDir)signing\iSpyApplication.bat"
xcopy "$(ProjectDir)\platform\x86*." "$(TargetDir)" /Y
xcopy "d:\Projects\iSpy\FFMPEG\ffmpeg\bin*.*" "$(TargetDir)" /Y</PostBuildEvent>
There is a project reference to a project that is not checked in to the trunk:
<ProjectReference Include="..\\FFMPEG\\Video.FFMPEG.vcxproj">
<Project>{FF31DD24-127D-4EB1-929C-F5738147E886}</Project>
<Name>Video.FFMPEG</Name>
</ProjectReference>
</ItemGroup>
I'd love to take a look at the code while the app is running. The app is cool, but I occasionally hit out of memory issues and the framerate is a little lower than I would like. I'm happy to take a look at the code and see if there is anything I could do for performance.
Newest code is at: https://github.com/ispysoftware/iSpy