Re: [reSIProcate-users] dum and resip Project Dependencies lost from revision 8723 in VS 2005 solution
That was intentional. I removed the dependencies between the libraries (except rutil<->ares) - since they are not required for the compilation step. If you add a dependency to a lib project, then the resulting .lib file contains the code from the dependent projects as well. There are many scenarios when that is not what you want - ie. wanting to link with one version of resiprocate.lib using one particular pre-processor define with a project using dum, and another version of resiprocate.lib using different pre-preprocessor defines and dum to another project.
The dependencies are not required until you link. You simply need to make sure that your linked resip based project/executable has ALL of the required resip projects as dependencies. I've already adjusted the dependencies appropriately for the basicCall, basicMessage, basicRegistrer, repro, and resip_test projects.