Page 1 of 1

Aforge namespace issue on compiling.

Posted: Fri Jul 24, 2015 12:36 pm
by Covert
I'm getting multi namespace errors that all seem to be related. This is the first one, I'll save pasting the rest.

Any tips on setting up Aforge.net correctly in visual studio ?

I have added a reference to the following already.

AForge
AForge.Controls
AForge.DebuggerVisualizers (2010)
AForge.Imaging
AForge.Math
AForge.Video
AForge.Video.DirectShow
DirectShowLib-2005

Code: Select all

Severity	Code	Description	Project	File	Line
Error	CS0246	The type or namespace name 'VideoProcAmpFlags' could not be found (are you missing a using directive or an assembly reference?)	LitePlacer	C:\LitePlacer-dev\LitePlacer\Video\VideoCapture.cs	262

Re: Aforge namespace issue on compiling.

Posted: Fri Jul 24, 2015 3:17 pm
by JuKu
This is on thereza's rmod?

Re: Aforge namespace issue on compiling.

Posted: Sat Jul 25, 2015 1:08 am
by Covert
JuKu wrote:This is on thereza's rmod?
Yes it is.

Re: Aforge namespace issue on compiling.

Posted: Sun Jul 26, 2015 3:21 am
by Covert
Solved it by using the Aforge DLL's packaged in liteplacer-rmod instead of the ones downloaded from Aforge. Both ver 2.2.5 but I think reza might of done a custom compile. I'll move to the rmod thread.