With C++Builder we need to include stdlib.h to use wcstombs
@ -51,6 +51,7 @@
#ifdef __BORLANDC__
#include <mem.h>
#include <stdlib.h>
#endif
#if defined(__GNUC__) && defined(__linux__)