0

I installed latest version of DEV C++ and OpenCV 3.4.1. As per instructions on various websites the lib folder is present in opencv folder but in versions higher than 2.3 lib folders are present in inlude\opencv\vcxx\lib and inlude\opencv\vcxx\bin

While setting up DEV C++ with opencv I give following in Bin C:\OpenCV..\inlude\opencv\vcxx\bin

for Lib: C:\OpenCV..\inlude\opencv\vcxx\lib

But when i run simple Hello world program also it says source file not compiled. I noticed lot of issues when setting up OpenCV versions greater than 2.3 with DEV C++ due to absence of LIB folder in C:\OpenCV\

Please suggest what to do

Gooks
  • 53
  • 2
  • 11
  • What is the exact error you're getting? Also, you say `.. in versions higher than 2.3 lib folders are present ..` and then say `.. versions greater than 2.3 with DEV C++ due to absence of LIB folder ..` so which is it? – Treyten Carey Apr 03 '18 at 20:30
  • @TreytenCarey The exact issue is when i even try to run Hello world with compiler as OpenCV it says source file not compiled. – Gooks Apr 05 '18 at 07:30
  • @TreytenCarey Though with OpenCV 2.2.0 everything works fine but if I install OpenCV 3.X versions even Hello world does not work properly – Gooks Apr 05 '18 at 07:31

1 Answers1

-1

The folder is called "include", not "inlude".

Lightness Races in Orbit
  • 378,754
  • 76
  • 643
  • 1,055