Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Issues with cv 2.4.4 opencv_core244d.dll and VS2012

I'm fairly new to opencv, and really by that I mean that I haven't used it at all yet, but would like to. Currently when I run a simple program like, just initializing an image object like: "Mat test;" and attempt to run it, it crashes in debug mode, but not release.

With someone's help I was able to set up OpenCV_Debug and OpenCV_Release within the VS property manager with seemingly all the correct paths and lib that I may need. I also set up the system path to include C:\opencv\build\x86\vc11\bin, but still when I attempt to run a program in debug mode, it crashes with the error.

Any thoughts/suggestions would be greatly appreciated.

on a side note, it works fine if I just throw the necisarry .dll files in the project folder, I was just hoping to solve this minor issue.

Thanks!

Issues with cv 2.4.4 opencv_core244d.dll and VS2012

I'm fairly new to opencv, and really by that I mean that I haven't used it at all yet, but would like to. Currently when I run a simple program like, just initializing an image object like: "Mat test;" and attempt to run it, it crashes in debug mode, but not release.

With someone's help I was able to set up OpenCV_Debug and OpenCV_Release within the VS property manager with seemingly all the correct paths and lib that I may need. I also set up the system path to include C:\opencv\build\x86\vc11\bin, but still when I attempt to run a program in debug mode, it crashes with the error.

Any thoughts/suggestions would be greatly appreciated.

on a side note, it works fine if I just throw the necisarry .dll files in the project folder, I was just hoping to solve this minor issue.

Thanks!

Issues with cv 2.4.4 opencv_core244d.dll and VS2012

I'm fairly new to opencv, and really by that I mean that I haven't used it at all yet, but would like to. Currently when I run a simple program like, just initializing an image object like: "Mat test;" and attempt to run it, it crashes in debug mode, but not release.

"program can't start because opencv_core244d.dll is missing from your computer."

With someone's help I was able to set up OpenCV_Debug and OpenCV_Release within the VS property manager with seemingly all the correct paths and lib that I may need. I also set up the system path to include C:\opencv\build\x86\vc11\bin, but still when I attempt to run a program in debug mode, it crashes with the error.

Any thoughts/suggestions would be greatly appreciated.

on a side note, it works fine if I just throw the necisarry .dll files in the project folder, I was just hoping to solve this minor issue.

Thanks!

edit: forgot to add in the actual error