try typing this:
g_Tools->IntegerToString( m_myint, m_mystring );
that should work!
You forgot to specify out of which class the memberfunction should be used. FullPath worked because it is probably also a global function of some sort, and IntegerToString only exists in the Tools class.
R