Code: Select all
C4251: 'Ogre::StringUtil::BLANK' : class 'std::basic_string<_Elem,_Traits,_Ax>' needs to have dll-interface to be used by clients of class 'Ogre::StringUtil' d:\src\libs\ogre-1.8.1\include\ogre\OgreString.h 195
C4251: 'Ogre::Exception::typeName' : class 'std::basic_string<_Elem,_Traits,_Ax>' needs to have dll-interface to be used by clients of class 'Ogre::Exception' d:\src\libs\ogre-1.8.1\include\ogre\OgreException.h 97
warning C4251: 'Ogre::Exception::description' : class 'std::basic_string<_Elem,_Traits,_Ax>' needs to have dll-interface to be used by clients of class 'Ogre::Exception' d:\src\libs\ogre-1.8.1\include\ogre\OgreException.h 98
This continues on - I get over 1600 of these warnings. I searched this forum for similar issues, but none of the solutions seem applicable here. Does anyone have any idea what could cause this?