The MString class and its facilities are packed into the mstring namespace. Include the following lines in every module that's meant to use the MString class (adjust the path to mstring.h if necessary):
#include "mstring.h" using mstring::MString;
To use the MStringList class, add
using mstring::MStringList;
The homepage of this project is http://www.mgebert.de/MString/
1.5.2