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