
Question about in-process dll's
Scenario: I build application A that references a dll
(built with VB), then I build application B that
references the same dll, then I build application C that
references both applications A and B, but not the dll
directly.
Question: does application C have duplicated processes in
its address space? (ie, Am I wasting my resources, and
perhaps I should be using an out-of-process exe instead?)