alvarado: Newer compilers deprecate giving a const char* to a char* signature.
The library of SiliconSoftware uses this, so we need to copy first the
const char* in a char* and then give it to the function of this
external library. Otherwise a warning will be thrown.