June 29th, 2010, 9:11 pm
I wrote bunch of classes and functions in .h and .cpp filesNow I create another project in different place, and want to use these functions.I add the directory and include the head files, but there coming up linking errors if I don't add all these files to the new project.How to create a c++ library so that I can just give it the path to the directory and .lib file?