|
编译时时出现,不太了解STL, 不知道如何解决。用的是VS.net
f:studyMyEngineQGEgineWin32WindowSys.h(39) : warning C4251: 'QGE::Win32: WindowSys::m_Title' : class 'std::basic_string<_Elem,_Traits,_Ax>' needs to have dll-interface to be used by clients of class 'QGE::Win32::QWindowSys'
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
] |
|