Unhandled Exception Continously Thrown
I have been round and round with this issue with no luck. I have windows 7 (64 bit) bootcamped on Macbook Pro intel i7 chipset. Visual Studio 2012 Express For Desktop IDE (with latest update installed). C-Make file prep (chose x86 version for compatibility). Build was done in the x86 folder as an unshared project. Variable pointed to "install" file. Build completes fine (see below)...
$(OpenCv_Dir)\include
Multi-threaded Debug (/MTd)
$(OpenCv_Dir)\lib;$(OpenCv_Dir)\share\OpenCV\3rdparty\lib;%(AdditionalLibraryDirectories)
"Additional Dependencies"
opencv_calib3d243d.lib opencv_contrib243d.lib opencv_core243d.lib opencv_features2d243d.lib opencv_flann243d.lib opencv_gpu243d.lib opencv_highgui243d.lib opencv_imgproc243d.lib opencv_legacy243d.lib opencv_ml243d.lib opencv_nonfree243d.lib opencv_objdetect243d.lib opencv_photo243d.lib opencv_stitching243d.lib opencv_ts243d.lib opencv_video243d.lib opencv_videostab243d.lib IlmImfd.lib libjasperd.lib libjpegd.lib libpngd.lib libtiffd.lib zlibd.lib vfw32.lib comctl32.lib libcpmtd.lib
"Inherited Additional Dependencies"
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
(see screen shot below)
I have removed and reinstalled all programs. No issues with the build. Debug has several issues with the OpenCv source code. (I have referenced these with the above screenshot). Source files are there, directory files are referenced. I am not sure where to go with this other than try on VS 2010 IDE.
Any Ideas Please Let Me Know??????????????? Last pictures shows unresolved problems still exists..