Share Mulitple Classes as one dll or a lib with Mulitple Projects
- by JNL
Currently I have some shared class files(.cpp and .h) which I include them in around 20 Projects. Currently I have to include them in all of the projects.
So if I get some business requirments and I change some of the shared(.cpp or .h) files I have to include them in all the 20 Projects which is kind of tedious.
Is there a way where I can create…