OpenCV application, moving from 32bits OS to 64 bits, any known issues ?
- by Spredzy
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 ?