imread for jpg in static libs (Bug #2364)
Description
Hi,
I took the pre-built static 2.4.2 libs in a visual 2010 win32 project static crt(on a seven 64 bits PC), and imread works well except for jpg files. cvLoadImage does the same. They return empty images.
Everything is OK with the DLLs.
Thanks for your work,
Mathieu.
Associated revisions
Merge pull request #2364 from ilya-lavrenov:unused_field
History
Updated by Vadim Pisarevsky over 12 years ago
looks like the problem is in the app. Make sure you use the same runtime as OpenCV (/MT[d] or /MD[d])
- Status changed from Open to Cancelled
- Target version set to 2.4.3