[reSIProcate] error building on vs.net

andrea andrea at csp.it
Wed Jan 12 02:09:31 CST 2005


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





More information about the resiprocate-devel mailing list