Reputation: 1
I created two projects in different Solutions. Project1 Calculator which is Static Lib(.lib) containing multiple functions and Project2 Trigger which is Application Exe(.exe) is try to use the functions of Calculator. How can I do this in Microsoft Visual Studio.
Upvotes: 0
Views: 15
Reputation: 1
Way 1. Add a new solution folder and clone the solution and use it. Way 2. Get the correct path and paste in the C/C++ > General and build it.
Upvotes: 0