Re: Circular dependency problem

2008-10-11 Thread Brian Dessent
John Emmas wrote: > functions contained in the other one). If I was programming in Microsoft > VC++ I'd normally resolve this by exporting the relevant functions. > Exporting them (I believe) tells the linker that any unresolved function > addresses will be resolved at run time (hence, dynamic li

Circular dependency problem

2008-10-11 Thread John Emmas
I'm trying to build a C++ project involving around 20 branches, the majority of whose targets are shared library objects (DLLs). Two of the branches seem to have circular dependencies (in other words, each one relies on functions contained in the other one). If I was programming in Microsoft VC+