BalaShiyamala / opencvdotnet

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

installation fixes #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Installation has some problems:

- it searches for opencv in "c:\program files" and it should not use a
fixed string but instead it should query windows for the location of this
special folder as now it does not work when Program files is on another
drive or in a  non-english computer. Please note that OpenCV installs
iteself correctly, so OpenCVdonNET is not able to install itself corectly
in those cases

- file MSVCM80D.DLL is a dependency of OpenCVdonNET and should be installed
with it as is not part of windows, users running other versions of Visual
Studio 2005 do not have this library

Original issue reported on code.google.com by saez.pad...@gmail.com on 22 Jul 2008 at 8:18