Hi all, I developed an application exe that implements quite a few of dlls. Then I developed another program that uses the same dlls. In the release folders of each application, it shows those dlls. Since the dlls are the same, I am wondering if this is a good practice or not and whether or not this could work by having those dlls in one separate folder from each of my application. That way, both applications folders don't have to contain those same dlls?

how do I accomplish this? I might write more applications and potentially it would use the same dlls.