JoanPetrov / iplab

Automatically exported from code.google.com/p/iplab
Other
0 stars 0 forks source link

iplab won't build with provided dll reference file #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. check out iplab (svn checkout http://iplab.googlecode.com/svn/trunk/)

2. build with provided AForge.Imaging.dll file (VS 2008) -- the dll 
version is 1.5.0.0 (as per ildasm tool)

3. also tried replacing dll with one built (VS 2008) from AForge.net svn 
version (svn checkout http://aforge.googlecode.com/svn/trunk/ ) -- the dll 
version says it is 1.7.0.0 (ildasm tool)

What is the expected output? What do you see instead?

if doing step 2. (above) get build error: missing 
AForge.Imaging.ComplexFilters 

if doing step 3. (above) get build error: name 'Correlation' not found. 
(SVN log confirms that this function was removed from the library for a 
reason)

Please use labels and text to provide additional information.

Temporary fix is to comment out line 356 of ConvolutionForm.cs, but this 
is not a good solution in the long run.

Original issue reported on code.google.com by jane.asmuth@gmail.com on 16 Feb 2009 at 10:46

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 4 Aug 2009 at 1:48

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 4 Aug 2009 at 1:48

GoogleCodeExporter commented 8 years ago
Application's source code is updated to build with AForge.NET framework 2.0.

Original comment by andrew.k...@gmail.com on 15 Aug 2009 at 10:15

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 16 Aug 2009 at 9:04