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*.</postbuildevent>" "$(TargetDir)" /Y
xcopy "d:\Projects\iSpy\FFMPEG\ffmpeg\bin*.*" "$(TargetDir)" /Y
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>
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