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

[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