VC6.0 can i?
Hi All I have is vc6.0. can I use it to compile and work with the latest versions of OpenCV ?
Are there older version of OpenCV that will work?
thanks Dazza000
Hi All I have is vc6.0. can I use it to compile and work with the latest versions of OpenCV ?
Are there older version of OpenCV that will work?
thanks Dazza000
Latest version of OpenCV works ok with Visual Studio since version 2005. The latest release does not contain prebuilt libs with Visual Studio 2005, but you can build it manually from source code. Also, I do not recommend you to work with old compiler due to lot of problems with C++ STL and templates.
Why don't you just download Visual Studio 2010 Express? It's free :)
Asked: 2013-02-23 15:51:55 -0600
Seen: 1,508 times
Last updated: Feb 25 '13
Computer Vision - Craps Coach Project from a Newbie
OpenCV on VS 2010 Express, Invalid License Data Error
Silly question - but why is it so hard to find the source code?
[GUIDE] - A beginners guide to the Q&A forum (first steps to take)
How to manage multiple versions of Python OpenCV?
Are there OpenCV versions (>=2.4.5) capable of writing RGBA video?
vc6, you must not !
now, honestly, serious issues with templates, stl, all that. just don't waste your time trying that.
it will need at least vs2008 to work, and NO,NO,NO, you don't want an outdated version of opencv, that works with your outdated compiler. there was this 'atomic bomb' commit in 2010, which changed a lot of the api, clinging to the old one, just because it (might) works with vc6 will be a total waste!
the express versions of vs are all for free, and work nicely with opencv.
besides that, there's still mingw