I'm trying to build Opencv 3.1 with Visual Studio 2008 but I get some errors as:
- `stdint.h` not found
- `__cpuidex` not defined
- `data()` is not a member function of `std::vector`
Is it possible buld Opencv 3.1 with VS2008? If yes, what do I have to do? If no, which is the last version compatible with VS2008? Thanks!
↧