Visual Studio Solution: static or shared projects?

Posted by goodrone on Stack Overflow See other posts from Stack Overflow or by goodrone
Published on 2010-05-15T11:47:02Z Indexed on 2010/05/15 11:54 UTC
Read the original article Hit count: 190

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about visual-studio