Aforge namespace issue on compiling.

Post Reply
Covert
Posts: 79
Joined: Thu Jun 18, 2015 1:10 am

Aforge namespace issue on compiling.

Post 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
JuKu
Site Admin
Posts: 1114
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

Re: Aforge namespace issue on compiling.

Post by JuKu »

This is on thereza's rmod?
Covert
Posts: 79
Joined: Thu Jun 18, 2015 1:10 am

Re: Aforge namespace issue on compiling.

Post by Covert »

JuKu wrote:This is on thereza's rmod?
Yes it is.
Covert
Posts: 79
Joined: Thu Jun 18, 2015 1:10 am

Re: Aforge namespace issue on compiling.

Post 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.
Post Reply