problem with imread in debug x64 (Bug #2748)


Added by Sylvain Leroy about 12 years ago. Updated about 12 years ago.


Status:Cancelled Start date:2013-01-30
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Affected version:2.4.3 Operating System:
Difficulty: HW Platform:
Pull request:

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

Revision 83b7fe1b
Added by Roman Donchenko almost 11 years ago

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

Also available in: Atom PDF