Include the library in solution

Hi everybody, I'm beginner user of C++ and I'm working with OpenCV library. When I've finished to write my software, I compiled it and I sent it at my friend. The compiled software doesn't work because it wants the library of OpenCV. To avoid when I make a program to send also the library... I ask you if is possible to including thees library in solution, in this way the software is completely independent.

Thx 4 your help.
To do this, you need to do what's known as "static linking". Google how to do that with your chosen developing tools.
Topic archived. No new replies allowed.