Compile errors

Post Reply
s_sergiu
Posts: 10
Joined: Sun Dec 06, 2015 5:30 pm

Compile errors

Post by s_sergiu »

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
error1.jpg
error1.jpg (116.57 KiB) Viewed 2377 times
Then after cleaning the build and compiling I get 3 errors as in error2.jpg.
error2.jpg
error2.jpg (263.59 KiB) Viewed 2377 times
Any suggestion will be appreciated.

Sergiu
mrandt
Posts: 407
Joined: Mon Apr 27, 2015 10:56 am
Location: Stuttgart, Germany

Re: Compile errors

Post by mrandt »

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
s_sergiu
Posts: 10
Joined: Sun Dec 06, 2015 5:30 pm

Re: Compile errors

Post by s_sergiu »

Hi Malte,

It works !

Thank you.
Sergiu
Post Reply