Ask Your Question

Tyler's profile - activity

2012-12-28 16:50:56 -0600 commented question Problem with libopencv_highgui***.dll files

You will have to include a screen shot of the errors from the output screen. I am having considerable issues with the highgui file as well (version 243). See my question "Exception Continuously Thrown". The last capture file in the question shows the debugging errors...

2012-12-25 11:19:01 -0600 commented answer Unhandled Exception Continously Thrown

Changed libcpmt.lib to libcpmtd.lib and the build completed just fine (needed to be debug library). Still didn't help the issue. See my revised question above for the screen shot of output errors...

2012-12-25 11:16:11 -0600 received badge  Editor (source)
2012-12-25 11:09:02 -0600 received badge  Critic (source)
2012-12-25 10:51:27 -0600 commented answer Unhandled Exception Continously Thrown

CPU is a Macbook pro with intel i7 chipset.
I had all the libs you suggested except the last 3. When I installed the last 3 the build failed due to the "libcpmt.lib object not found". I removed that .lib and the same original problem came up... Any other ideas???

2012-12-24 17:52:09 -0600 asked a question Unhandled Exception Continously Thrown

Capture.PNG Capture-2.PNG

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)

Capture-3.PNG

Capture.PNG

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..

Capture.PNG