Is it possible to statically link libraries from another solution?

  • Thread starter Thread starter jdyng77
  • Start date Start date
J

jdyng77

Guest
Hi,

Under one VS solution, we can have multiple VS projects. Some projects can export C++ classes for other projects to use. These projects can be set to depend on one another and can be statically linked. If I move some of these projects to another solution, is it possible to maintain the same dependencies among them? I can set the two solutions' output directory the same so that all dlls will be built into the same location. At the run time, the dlls can remain at the same directory.

Your help is much appreciated.

JD

Continue reading...
 
Back
Top