OpenCV application, moving from 32bits OS to 64 bits, any known issues ?

Posted by Spredzy on Stack Overflow See other posts from Stack Overflow or by Spredzy
Published on 2010-03-28T08:14:00Z Indexed on 2010/03/28 8:23 UTC
Read the original article Hit count: 243

Filed under:
|
|

Hi all,

I was developing an C++ application using OpenCV2.0 under Windows 32bits OS, I recently moved to a Windows 64 bits OS and now it's not working anymore.

Compilation does not recognize the *.lib set in the project properties

Then when I change their name - what I think I should not be supposed to do - It crashed at my first assignment :

Vector.push_back(tmp)

Does anyone has an idea ?

© Stack Overflow or respective owner

Related posts about opencv

Related posts about 64bit