then, I rebuild my project...... but, so many error occured:
( a part of error message )
Code: Select all
d:\my space\stlport\include\stlport\stl\debug\_tree.h(97) : warning C4503: 'begin' : decorated name length exceeded, name was truncated
d:\my space\stlport\include\stlport\stl\_map.h(75) : see reference to class template instantiation '_STL::_Rb_tree<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> >,struct _STL::pair<class _STL::basic_
string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler::ProfileHistory,class _STL::allocator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_trai
ts<struct Ogre::Profiler::ProfileHistory> > >,struct _STL::_Select1st<struct _STL::pair<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler:
:ProfileHistory,class _STL::allocator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_traits<struct Ogre::Profiler::ProfileHistory> > > >,struct _STL::less<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::alloc
ator<char> > >,class _STL::allocator<struct _STL::pair<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler::ProfileHistory,class _STL::alloc
ator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_traits<struct Ogre::Profiler::ProfileHistory> > > > >' being compiled
d:\my space\zracing\source\ogremain\include\ogreprofiler.h(344) : see reference to class template instantiation '_STL::map<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> >,struct _STL::_DBG_iter<class
_STL::__list<struct Ogre::Profiler::ProfileHistory,class _STL::allocator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_traits<struct Ogre::Profiler::ProfileHistory> >,struct _STL::less<class _STL::basic_string<char,class _STL::cha
r_traits<char>,class _STL::allocator<char> > >,class _STL::allocator<struct _STL::pair<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler::
ProfileHistory,class _STL::allocator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_traits<struct Ogre::Profiler::ProfileHistory> > > > >' being compiled
d:\my space\stlport\include\stlport\stl\debug\_tree.h(98) : warning C4503: 'begin' : decorated name length exceeded, name was truncated
d:\my space\stlport\include\stlport\stl\_map.h(75) : see reference to class template instantiation '_STL::_Rb_tree<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> >,struct _STL::pair<class _STL::basic_
string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler::ProfileHistory,class _STL::allocator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_trai
ts<struct Ogre::Profiler::ProfileHistory> > >,struct _STL::_Select1st<struct _STL::pair<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler:
:ProfileHistory,class _STL::allocator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_traits<struct Ogre::Profiler::ProfileHistory> > > >,struct _STL::less<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::alloc
ator<char> > >,class _STL::allocator<struct _STL::pair<class _STL::basic_string<char,class _STL::char_traits<char>,class _STL::allocator<char> > const ,struct _STL::_DBG_iter<class _STL::__list<struct Ogre::Profiler::ProfileHistory,class _STL::alloc
ator<struct Ogre::Profiler::ProfileHistory> >,struct _STL::_Nonconst_traits<struct Ogre::Profiler::ProfileHistory> > > > >' being compiled
......
why?
please help me!
