Georg Baum wrote: > Am Montag, 4. September 2006 22:21 schrieb Peter Kümmel: > >> At the current stage the code is full of dependencies, >> and some circular could only be solved by moving functions >> into a other library. > > Why are circular dependencies a problem? It is a long time ago, but IIRC I > created dlls with circular dependencies during my diplom thesis. > > > Georg > >
Yes, but this needs a two pass build process, which looks more like a hack than a good solution. And isn't a circular dependency an indicator for an imperfect design? -- Peter Kümmel