Visual Studio Solution: static or shared projects?
- by goodrone
When a whole project (solution) consists of multiple subprojects (.vcproj), what is a preferable way to tie them: as static libraries or as shared libraries?
Assuming that those subprojects are not used elsewhere, the shared libraries approach shouldn't decrease memory usage or load time.