problem with imread in debug x64 (Bug #2748)
Description
Hello,
I have made a simple program (just load an image and display it) and built it in Debug/Release Win32/x64 in visual studio 2010. The debug x64 doesn't work because imread doesn't load the image (image.data is empty). For all the other configuration and platform it works... I'm using the pre-built dlls and libs of OpenCV 2.4.3. (all is well configurate in the properties of my projet : include, libs,...)
is that a known bug ? Should I recompile the source instead of using the pre-built libs ?
Associated revisions
Merge pull request #2748 from jet47:fix-bug-3690
History
Updated by Vadim Pisarevsky about 12 years ago
make sure you link debug version of OpenCV to debug version of your app.
- Status changed from Open to Cancelled