[reSIProcate] error building on vs.net

Scott Godin slgodin at icescape.com
Thu Jan 13 07:59:57 CST 2005


Ken just commited a fix in for this.  Thanks.

-----Original Message-----
From: andrea [mailto:andrea at csp.it] 
Sent: Wednesday, January 12, 2005 3:10 AM
To: resiprocate-devel at list.sipfoundry.org
Subject: [reSIProcate] error building on vs.net

Hi all,

I've found an error in Logger.cxx, line 66 on win32 platform.
you have to change:
const char *text = result->c_str();

with:
const char *text = result.c_str();

andrea


_______________________________________________
resiprocate-devel mailing list
resiprocate-devel at list.sipfoundry.org
https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel



More information about the resiprocate-devel mailing list