Hi,
I installed MS VS 2015, Aforge.net,etc as per instructions.
I can successfully compile Juha's source code (https://github.com/jkuusama/LitePlacer-DEV.git/) but
when I compile the V2 source (https://github.com/jkuusama/LitePlacer-ver2.git/), at opening of the Visual studio I get the error shown in error1.jpg
Then after cleaning the build and compiling I get 3 errors as in error2.jpg.
Any suggestion will be appreciated.
Sergiu
Compile errors
Re: Compile errors
Hi Sergiu,
you can ignore the error about the Installer. That is caused by an old installer configuration included in the project which is no longer supported by VS - just remove "Installer\Installer.vdproj" from solution explorer to get rid of that.
For the compile error, I suggest that you manually clean and build project "Video.DirectShow" first (right click in solution explorer).
LitePlacer project has some references to that but VS will likely compile the projects in the wrong order. I have no idea how to resolve that behaviour - mabye one of the VS / C# gurus here does. I am more of a Java and C++ programmer to be honest
If this does not resolve your issues, could you please let us know which source code i.e. which GitHub fork you are using?
Best regards
Malte
you can ignore the error about the Installer. That is caused by an old installer configuration included in the project which is no longer supported by VS - just remove "Installer\Installer.vdproj" from solution explorer to get rid of that.
For the compile error, I suggest that you manually clean and build project "Video.DirectShow" first (right click in solution explorer).
LitePlacer project has some references to that but VS will likely compile the projects in the wrong order. I have no idea how to resolve that behaviour - mabye one of the VS / C# gurus here does. I am more of a Java and C++ programmer to be honest
If this does not resolve your issues, could you please let us know which source code i.e. which GitHub fork you are using?
Best regards
Malte
Re: Compile errors
Hi Malte,
It works !
Thank you.
Sergiu
It works !
Thank you.
Sergiu