Hey guys,
So I'm quite new to C++, I've basically been coding it all semester for a class. For our final project, we made an email client in C++ with .NET, and to do all the email sending and receiving, we went with using the POCO email client.
Now, basically in order to use the POCO library, I've compiled it and done a number of things, such as adding the includes and libraries into the project using the path to where I compiled (on the desktop..), and I also had to add the path to the windows path.
SO, my question is, if I want to be able to package the POCO libraries into my project, how am I going to be able to do that? I can't really find a tutorial for this anywhere, any help would be appreciated.
Thanks! :)