< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

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.

Scott

On Mon, Feb 22, 2010 at 1:48 AM, maodong hu <hhmmdd@xxxxxxx> wrote:
hi, all

I found dum and resip Project Dependencies lost from revision 8723 in VS 2005 solution, I am not check other solution, because I just use vs2005

--
Best Regards

Maodong Hu

_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/