Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: trinitrotoluenePosted on 2009-10-15 at 20:13:59ID: 25586832
well the settings should be transparent of the versions of CV......
can you check the installation folders of CV. Is the installation directory structure the same as that of openCV1.1.
Suggest you try the following things...
1) check whether you are pointing to the CV library in the libraries tab. This is an obvious step but check whether you have done it.
2) when you are setting the linker commands in the compiler options tab just remove all other linker commands and just add only -lcv. Now try out a program, you should get an error to the effect that ld cant find some other library. You can now proceed further by adding one more linker at a time
3)if 2) still doesn't work with only -lcv added then it means that the IDE is not able to find the CV library...
try these and let me know....I shall try to find out some more info in the meantime