Ask Your Question

pedro_nf's profile - activity

2017-02-08 10:11:47 -0600 commented answer Using opencv 3.2 with Visual Studio 2008

Couldn't compile 3.2 version... Checked out 2.4.9.1 and it compiles beautifully so I'll stick to that version for now.

2017-02-08 10:08:39 -0600 commented answer Build opencv 3.1 with Visual Studio 2008

Well, I checked out tag 2.4.9.1 and it compiles beautifully with VS2008 so I'll stick to that for now...

2017-02-07 18:02:09 -0600 commented answer Using opencv 3.2 with Visual Studio 2008

I got the source code from github, checked out the 3.2.0 tag, CMake runs with no issues, disabled CUDA and IPP, but I'm getting lots of errors while compiling with VS2008.

2017-02-07 17:29:35 -0600 answered a question Build opencv 3.1 with Visual Studio 2008

Hi all, I just cloned the latest source code from git, checked out the 3.2.0 tag, CMake runs with no issues, I also disabled the IPP like mentioned above, copied the stdint.h file to VC/include folder, but I'm getting lots of errors. Is the 3.2.0 still compilable with VS2008?

2017-02-07 12:52:00 -0600 commented answer Using opencv 3.2 with Visual Studio 2008

Thanks for the quick answer! I'll give it a try.

2017-02-07 12:19:41 -0600 asked a question Using opencv 3.2 with Visual Studio 2008

Hi all, can I use the latest OpenCV 3.2 windows build (opencv-3.2.0-vc14.exe) with a Visual Studio 2008 (vc9 / .NET 3.5) project? I'm stuck with Visual Studio 2008... Thanks in advance Pedro