|
hello.cpp
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WStringStream(210): warning C4251: 'Wt::WStringStream::bufs_': class 'std::vector<std::pair<char *,int>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WStringStream'
|
|
with
|
|
[
|
|
_Ty=std::pair<char *,int>
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WStringStream(210): note: see declaration of 'std::vector<std::pair<char *,int>,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=std::pair<char *,int>
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Message(70): warning C4251: 'Wt::Http::Message::Header::name_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::Http::Message::Header'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Message(70): warning C4251: 'Wt::Http::Message::Header::value_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::Http::Message::Header'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Message(148): warning C4251: 'Wt::Http::Message::headers_': class 'std::vector<Wt::Http::Message::Header,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::Http::Message'
|
|
with
|
|
[
|
|
_Ty=Wt::Http::Message::Header
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Message(85): note: see declaration of 'std::vector<Wt::Http::Message::Header,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::Http::Message::Header
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(110): warning C4251: 'Wt::Http::UploadedFile::fileInfo_': class 'boost::shared_ptr<Wt::Http::UploadedFile::Impl>' needs to have dll-interface to be used by clients of class 'Wt::Http::UploadedFile'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(110): note: see declaration of 'boost::shared_ptr<Wt::Http::UploadedFile::Impl>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(183): warning C4251: 'std::_Vector_alloc<std::_Vec_base_types<_Ty,_Alloc>>::_Mypair': class 'std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Ty>>,std::_Vector_val<std::_Simple_types<Wt::Http::Request::ByteRange>>,true>' needs to have dll-interface to be used by clients of class 'std::_Vector_alloc<std::_Vec_base_types<_Ty,_Alloc>>'
|
|
with
|
|
[
|
|
_Ty=Wt::Http::Request::ByteRange,
|
|
_Alloc=std::allocator<Wt::Http::Request::ByteRange>
|
|
]
|
|
and
|
|
[
|
|
_Ty=Wt::Http::Request::ByteRange
|
|
]
|
|
and
|
|
[
|
|
_Ty=Wt::Http::Request::ByteRange,
|
|
_Alloc=std::allocator<Wt::Http::Request::ByteRange>
|
|
]
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\vector(680): note: see declaration of 'std::_Compressed_pair<std::_Wrap_alloc<std::allocator<_Ty>>,std::_Vector_val<std::_Simple_types<Wt::Http::Request::ByteRange>>,true>'
|
|
with
|
|
[
|
|
_Ty=Wt::Http::Request::ByteRange
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(450): warning C4251: 'Wt::Http::Request::cookies_': class 'std::map<std::string,std::string,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'Wt::Http::Request'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(216): note: see declaration of 'std::map<std::string,std::string,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(242): warning C4275: non dll-interface class 'boost::signals2::trackable' used as base for dll-interface class 'Wt::WObject'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\boost/signals2/trackable.hpp(38): note: see declaration of 'boost::signals2::trackable'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(241): note: see declaration of 'Wt::WObject'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(527): warning C4251: 'Wt::WObject::statelessSlots_': class 'std::vector<Wt::WStatelessSlot *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WObject'
|
|
with
|
|
[
|
|
_Ty=Wt::WStatelessSlot *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(527): note: see declaration of 'std::vector<Wt::WStatelessSlot *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WStatelessSlot *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(533): warning C4251: 'Wt::WObject::name_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WObject'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(544): warning C4251: 'Wt::WObject::emptyObjectList_': class 'std::vector<Wt::WObject *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WObject'
|
|
with
|
|
[
|
|
_Ty=Wt::WObject *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(442): note: see declaration of 'std::vector<Wt::WObject *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WObject *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WObject(553): warning C4251: 'Wt::WObject::trackable_ptr_': class 'boost::shared_ptr<T>' needs to have dll-interface to be used by clients of class 'Wt::WObject'
|
|
with
|
|
[
|
|
T=int
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\boost/smart_ptr/weak_ptr.hpp(176): note: see declaration of 'boost::shared_ptr<T>'
|
|
with
|
|
[
|
|
T=int
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WString(532): warning C4251: 'Wt::WString::utf8_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WString'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WString(546): warning C4251: 'Wt::WString::stArguments_': class 'std::vector<Wt::WString,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WString'
|
|
with
|
|
[
|
|
_Ty=Wt::WString
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WString(492): note: see declaration of 'std::vector<Wt::WString,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WString
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WAnimation(173): warning C4251: 'Wt::WAnimation::effects_': class 'Wt::WFlags<Wt::WAnimation::AnimationEffect>' needs to have dll-interface to be used by clients of class 'Wt::WAnimation'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WAnimation(77): note: see declaration of 'Wt::WFlags<Wt::WAnimation::AnimationEffect>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(572): warning C4251: 'Wt::EventSignalBase::connections_': class 'std::vector<Wt::EventSignalBase::StatelessConnection,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::EventSignalBase'
|
|
with
|
|
[
|
|
_Ty=Wt::EventSignalBase::StatelessConnection
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(572): note: see declaration of 'std::vector<Wt::EventSignalBase::StatelessConnection,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::EventSignalBase::StatelessConnection
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(573): warning C4251: 'Wt::EventSignalBase::flags_': class 'std::bitset<7>' needs to have dll-interface to be used by clients of class 'Wt::EventSignalBase'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(573): note: see declaration of 'std::bitset<7>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(580): warning C4251: 'Wt::EventSignalBase::dummy_': class 'boost::signals2::signal<void (void),boost::signals2::optional_last_value<void>,int,std::less<int>,boost::function<Signature>,boost::function<R (const boost::signals2::connection &)>,boost::signals2::mutex>' needs to have dll-interface to be used by clients of class 'Wt::EventSignalBase'
|
|
with
|
|
[
|
|
Signature=void (void),
|
|
R=void
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(580): note: see declaration of 'boost::signals2::signal<void (void),boost::signals2::optional_last_value<void>,int,std::less<int>,boost::function<Signature>,boost::function<R (const boost::signals2::connection &)>,boost::signals2::mutex>'
|
|
with
|
|
[
|
|
Signature=void (void),
|
|
R=void
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(89): warning C4251: 'Wt::JavaScriptEvent::modifiers': class 'Wt::WFlags<Wt::KeyboardModifier>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WGlobal(758): note: see declaration of 'Wt::WFlags<Wt::KeyboardModifier>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(92): warning C4251: 'Wt::JavaScriptEvent::touches': class 'std::vector<Wt::Touch,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
with
|
|
[
|
|
_Ty=Wt::Touch
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(92): note: see declaration of 'std::vector<Wt::Touch,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::Touch
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(92): warning C4251: 'Wt::JavaScriptEvent::targetTouches': class 'std::vector<Wt::Touch,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
with
|
|
[
|
|
_Ty=Wt::Touch
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(92): note: see declaration of 'std::vector<Wt::Touch,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::Touch
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(92): warning C4251: 'Wt::JavaScriptEvent::changedTouches': class 'std::vector<Wt::Touch,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
with
|
|
[
|
|
_Ty=Wt::Touch
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(92): note: see declaration of 'std::vector<Wt::Touch,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::Touch
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(101): warning C4251: 'Wt::JavaScriptEvent::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(104): warning C4251: 'Wt::JavaScriptEvent::tid': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(106): warning C4251: 'Wt::JavaScriptEvent::response': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(108): warning C4251: 'Wt::JavaScriptEvent::userEventArgs': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::JavaScriptEvent'
|
|
with
|
|
[
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(119): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WEvent(467): warning C4251: 'Wt::WDropEvent::dropMimeType_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WDropEvent'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WException(19): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'Wt::WException'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\vcruntime_exception.h(43): note: see declaration of 'std::exception'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WException(18): note: see declaration of 'Wt::WException'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WException(42): warning C4251: 'Wt::WException::what_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WException'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLogger(227): warning C4251: 'Wt::WLogger::fields_': class 'std::vector<Wt::WLogger::Field,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WLogger'
|
|
with
|
|
[
|
|
_Ty=Wt::WLogger::Field
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLogger(182): note: see declaration of 'std::vector<Wt::WLogger::Field,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WLogger::Field
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLogger(235): warning C4251: 'Wt::WLogger::rules_': class 'std::vector<Wt::WLogger::Rule,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WLogger'
|
|
with
|
|
[
|
|
_Ty=Wt::WLogger::Rule
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLogger(235): note: see declaration of 'std::vector<Wt::WLogger::Rule,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WLogger::Rule
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WJavaScript(386): warning C4251: 'Wt::JSignal<Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>::name_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::JSignal<Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WJavaScript(386): warning C4251: 'Wt::JSignal<Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>::senderId_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::JSignal<Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWidget(1356): warning C4251: 'Wt::WWidget::flags_': class 'std::bitset<7>' needs to have dll-interface to be used by clients of class 'Wt::WWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WSignal(573): note: see declaration of 'std::bitset<7>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWidget(1358): warning C4251: 'Wt::WWidget::eventSignals_': class 'std::list<Wt::EventSignalBase *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WWidget'
|
|
with
|
|
[
|
|
_Ty=Wt::EventSignalBase *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWidget(1321): note: see declaration of 'std::list<Wt::EventSignalBase *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::EventSignalBase *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWidget(1359): warning C4251: 'Wt::WWidget::jsignals_': class 'std::vector<Wt::EventSignalBase *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WWidget'
|
|
with
|
|
[
|
|
_Ty=Wt::EventSignalBase *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWidget(1359): note: see declaration of 'std::vector<Wt::EventSignalBase *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::EventSignalBase *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(407): warning C4251: 'Wt::WWebWidget::elementTagName_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WWebWidget'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(410): warning C4251: 'Wt::WWebWidget::AllChangeFlags': class 'std::bitset<36>' needs to have dll-interface to be used by clients of class 'Wt::WWebWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(410): note: see declaration of 'std::bitset<36>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(418): warning C4251: 'Wt::WWebWidget::flags_': class 'std::bitset<36>' needs to have dll-interface to be used by clients of class 'Wt::WWebWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(410): note: see declaration of 'std::bitset<36>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(529): warning C4251: 'Wt::WWebWidget::emptyWidgetList_': class 'std::vector<Wt::WWidget *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WWebWidget'
|
|
with
|
|
[
|
|
_Ty=Wt::WWidget *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(278): note: see declaration of 'std::vector<Wt::WWidget *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WWidget *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLink(186): warning C4251: 'Wt::WLink::value_': class 'boost::variant<std::string,Wt::WResource *>' needs to have dll-interface to be used by clients of class 'Wt::WLink'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLink(186): note: see declaration of 'boost::variant<std::string,Wt::WResource *>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssDecorationStyle(220): warning C4251: 'Wt::WCssDecorationStyle::cursorImage_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WCssDecorationStyle'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssDecorationStyle(226): warning C4251: 'Wt::WCssDecorationStyle::backgroundImageLocation_': class 'Wt::WFlags<Wt::Side>' needs to have dll-interface to be used by clients of class 'Wt::WCssDecorationStyle'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WGlobal(403): note: see declaration of 'Wt::WFlags<Wt::Side>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssDecorationStyle(228): warning C4251: 'Wt::WCssDecorationStyle::textDecoration_': class 'Wt::WFlags<Wt::WCssDecorationStyle::TextDecoration>' needs to have dll-interface to be used by clients of class 'Wt::WCssDecorationStyle'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssDecorationStyle(206): note: see declaration of 'Wt::WFlags<Wt::WCssDecorationStyle::TextDecoration>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(78): warning C4251: 'Wt::WCssRule::selector_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WCssRule'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(286): warning C4251: 'Wt::WCssStyleSheet::media_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WCssStyleSheet'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(288): warning C4251: 'Wt::WCssStyleSheet::rules_': class 'std::vector<Wt::WCssRule *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WCssStyleSheet'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssRule *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(282): note: see declaration of 'std::vector<Wt::WCssRule *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssRule *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(289): warning C4251: 'Wt::WCssStyleSheet::rulesAdded_': class 'std::vector<Wt::WCssRule *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WCssStyleSheet'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssRule *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(282): note: see declaration of 'std::vector<Wt::WCssRule *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssRule *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(291): warning C4251: 'Wt::WCssStyleSheet::rulesModified_': class 'std::set<Wt::WCssRule *,std::less<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WCssStyleSheet'
|
|
with
|
|
[
|
|
_Kty=Wt::WCssRule *,
|
|
_Ty=Wt::WCssRule *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(283): note: see declaration of 'std::set<Wt::WCssRule *,std::less<_Kty>,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Kty=Wt::WCssRule *,
|
|
_Ty=Wt::WCssRule *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(292): warning C4251: 'Wt::WCssStyleSheet::rulesRemoved_': class 'std::vector<std::string,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WCssStyleSheet'
|
|
with
|
|
[
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/Http/Request(119): note: see declaration of 'std::vector<std::string,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(294): warning C4251: 'Wt::WCssStyleSheet::defined_': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WCssStyleSheet'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(294): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLocale(233): warning C4251: 'Wt::WLocale::name_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WLocale'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLocale(234): warning C4251: 'Wt::WLocale::decimalPoint_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WLocale'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLocale(234): warning C4251: 'Wt::WLocale::groupSeparator_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WLocale'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLocale(237): warning C4251: 'Wt::WLocale::time_zone_': class 'boost::shared_ptr<tz_type>' needs to have dll-interface to be used by clients of class 'Wt::WLocale'
|
|
with
|
|
[
|
|
tz_type=boost::date_time::time_zone_base<boost::posix_time::ptime,char>
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\boost/date_time/local_time/local_date_time.hpp(82): note: see declaration of 'boost::shared_ptr<tz_type>'
|
|
with
|
|
[
|
|
tz_type=boost::date_time::time_zone_base<boost::posix_time::ptime,char>
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WMessageResourceBundle(171): warning C4251: 'Wt::WMessageResourceBundle::messageResources_': class 'std::vector<Wt::WMessageResources *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WMessageResourceBundle'
|
|
with
|
|
[
|
|
_Ty=Wt::WMessageResources *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WMessageResourceBundle(171): note: see declaration of 'std::vector<Wt::WMessageResources *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WMessageResources *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2183): warning C4251: 'Wt::WApplication::requestTooLarge_': class 'Wt::Signal<int64_t,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(1876): note: see declaration of 'Wt::Signal<int64_t,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2225): warning C4251: 'Wt::WApplication::weakSession_': class 'boost::weak_ptr<Wt::WebSession>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2225): note: see declaration of 'boost::weak_ptr<Wt::WebSession>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2237): warning C4251: 'Wt::WApplication::renderedInternalPath_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2237): warning C4251: 'Wt::WApplication::newInternalPath_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2238): warning C4251: 'Wt::WApplication::internalPathChanged_': class 'Wt::Signal<std::string,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(954): note: see declaration of 'Wt::Signal<std::string,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2238): warning C4251: 'Wt::WApplication::internalPathInvalid_': class 'Wt::Signal<std::string,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(954): note: see declaration of 'Wt::Signal<std::string,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2246): warning C4251: 'Wt::WApplication::javaScriptClass_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2256): warning C4251: 'Wt::WApplication::htmlClass_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2256): warning C4251: 'Wt::WApplication::bodyClass_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2262): warning C4251: 'Wt::WApplication::focusId_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2266): warning C4251: 'Wt::WApplication::scriptLibraries_': class 'std::vector<Wt::WApplication::ScriptLibrary,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Ty=Wt::WApplication::ScriptLibrary
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2266): note: see declaration of 'std::vector<Wt::WApplication::ScriptLibrary,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WApplication::ScriptLibrary
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2270): warning C4251: 'Wt::WApplication::styleSheets_': class 'std::vector<Wt::WCssStyleSheet,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssStyleSheet
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2270): note: see declaration of 'std::vector<Wt::WCssStyleSheet,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssStyleSheet
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2271): warning C4251: 'Wt::WApplication::styleSheetsToRemove_': class 'std::vector<Wt::WCssStyleSheet,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssStyleSheet
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2270): note: see declaration of 'std::vector<Wt::WCssStyleSheet,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WCssStyleSheet
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2275): warning C4251: 'Wt::WApplication::metaHeaders_': class 'std::vector<Wt::MetaHeader,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Ty=Wt::MetaHeader
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2275): note: see declaration of 'std::vector<Wt::MetaHeader,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::MetaHeader
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2276): warning C4251: 'Wt::WApplication::metaLinks_': class 'std::vector<Wt::WApplication::MetaLink,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Ty=Wt::WApplication::MetaLink
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2276): note: see declaration of 'std::vector<Wt::WApplication::MetaLink,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WApplication::MetaLink
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2278): warning C4251: 'Wt::WApplication::exposedSignals_': class 'std::map<std::string,Wt::EventSignalBase *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=Wt::EventSignalBase *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2212): note: see declaration of 'std::map<std::string,Wt::EventSignalBase *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=Wt::EventSignalBase *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2279): warning C4251: 'Wt::WApplication::exposedResources_': class 'std::map<std::string,Wt::WResource *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=Wt::WResource *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2213): note: see declaration of 'std::map<std::string,Wt::WResource *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=Wt::WResource *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2280): warning C4251: 'Wt::WApplication::encodedObjects_': class 'std::map<std::string,Wt::WObject *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=Wt::WObject *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(329): note: see declaration of 'std::map<std::string,Wt::WObject *,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=Wt::WObject *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2282): warning C4251: 'Wt::WApplication::justRemovedSignals_': class 'std::set<std::string,std::less<_Kty>,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WCssStyleSheet(294): note: see declaration of 'std::set<std::string,std::less<_Kty>,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Kty=std::string,
|
|
_Ty=std::string
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2287): warning C4251: 'Wt::WApplication::afterLoadJavaScript_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2287): warning C4251: 'Wt::WApplication::beforeLoadJavaScript_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2289): warning C4251: 'Wt::WApplication::autoJavaScript_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2293): warning C4251: 'Wt::WApplication::javaScriptPreamble_': class 'std::vector<Wt::WJavaScriptPreamble,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Ty=Wt::WJavaScriptPreamble
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2293): note: see declaration of 'std::vector<Wt::WJavaScriptPreamble,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WJavaScriptPreamble
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2298): warning C4251: 'Wt::WApplication::javaScriptLoaded_': class 'std::set<const char *,std::less<_Kty>,std::allocator<_Kty>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Kty=const char *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2298): note: see declaration of 'std::set<const char *,std::less<_Kty>,std::allocator<_Kty>>'
|
|
with
|
|
[
|
|
_Kty=const char *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2301): warning C4251: 'Wt::WApplication::showLoadingIndicator_': class 'Wt::EventSignal<Wt::NoClass>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(306): note: see declaration of 'Wt::EventSignal<Wt::NoClass>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2301): warning C4251: 'Wt::WApplication::hideLoadingIndicator_': class 'Wt::EventSignal<Wt::NoClass>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WWebWidget(306): note: see declaration of 'Wt::EventSignal<Wt::NoClass>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2304): warning C4251: 'Wt::WApplication::objectStore_': class 'std::map<const char *,boost::any,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'Wt::WApplication'
|
|
with
|
|
[
|
|
_Kty=const char *,
|
|
_Ty=boost::any
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WApplication(2304): note: see declaration of 'std::map<const char *,boost::any,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>'
|
|
with
|
|
[
|
|
_Kty=const char *,
|
|
_Ty=boost::any
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WContainerWidget(388): warning C4251: 'Wt::WContainerWidget::flags_': class 'std::bitset<8>' needs to have dll-interface to be used by clients of class 'Wt::WContainerWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WContainerWidget(388): note: see declaration of 'std::bitset<8>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WContainerWidget(389): warning C4251: 'Wt::WContainerWidget::contentAlignment_': class 'Wt::WFlags<Wt::AlignmentFlag>' needs to have dll-interface to be used by clients of class 'Wt::WContainerWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WGlobal(479): note: see declaration of 'Wt::WFlags<Wt::AlignmentFlag>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WValidator(202): warning C4251: 'Wt::WValidator::formWidgets_': class 'std::vector<Wt::WFormWidget *,std::allocator<_Ty>>' needs to have dll-interface to be used by clients of class 'Wt::WValidator'
|
|
with
|
|
[
|
|
_Ty=Wt::WFormWidget *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WValidator(202): note: see declaration of 'std::vector<Wt::WFormWidget *,std::allocator<_Ty>>'
|
|
with
|
|
[
|
|
_Ty=Wt::WFormWidget *
|
|
]
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WFormWidget(202): warning C4251: 'Wt::WFormWidget::flags_': class 'std::bitset<6>' needs to have dll-interface to be used by clients of class 'Wt::WFormWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WFormWidget(202): note: see declaration of 'std::bitset<6>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WFormWidget(203): warning C4251: 'Wt::WFormWidget::validated_': class 'Wt::Signal<Wt::WValidator::Result,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>' needs to have dll-interface to be used by clients of class 'Wt::WFormWidget'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WFormWidget(169): note: see declaration of 'Wt::Signal<Wt::WValidator::Result,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass,Wt::NoClass>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(329): warning C4251: 'Wt::WLineEdit::flags_': class 'std::bitset<5>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(329): note: see declaration of 'std::bitset<5>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(331): warning C4251: 'Wt::WLineEdit::SKIPPABLE_MASK_CHARS': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(334): warning C4251: 'Wt::WLineEdit::mask_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(336): warning C4251: 'Wt::WLineEdit::inputMask_': class 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3999): note: see declaration of 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(337): warning C4251: 'Wt::WLineEdit::raw_': class 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3999): note: see declaration of 'std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(344): warning C4251: 'Wt::WLineEdit::inputMaskFlags_': class 'Wt::WFlags<Wt::WLineEdit::InputMaskFlag>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(297): note: see declaration of 'Wt::WFlags<Wt::WLineEdit::InputMaskFlag>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WLineEdit(345): warning C4251: 'Wt::WLineEdit::case_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'Wt::WLineEdit'
|
|
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\xstring(3997): note: see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WAnchor(346): warning C4251: 'Wt::WAnchor::flags_': class 'std::bitset<2>' needs to have dll-interface to be used by clients of class 'Wt::WAnchor'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WAnchor(346): note: see declaration of 'std::bitset<2>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WText(268): warning C4251: 'Wt::WText::text_': struct 'Wt::WText::RichText' needs to have dll-interface to be used by clients of class 'Wt::WText'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WText(256): note: see declaration of 'Wt::WText::RichText'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WText(280): warning C4251: 'Wt::WText::flags_': class 'std::bitset<9>' needs to have dll-interface to be used by clients of class 'Wt::WText'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WText(280): note: see declaration of 'std::bitset<9>'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WPushButton(334): warning C4251: 'Wt::WPushButton::text_': struct 'Wt::WText::RichText' needs to have dll-interface to be used by clients of class 'Wt::WPushButton'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WText(256): note: see declaration of 'Wt::WText::RichText'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WPushButton(337): warning C4251: 'Wt::WPushButton::flags_': class 'std::bitset<8>' needs to have dll-interface to be used by clients of class 'Wt::WPushButton'
|
|
C:\Program Files\Wt\Wt-3.3.7-msvs2015-Windows-x64-SDK\include\Wt/WContainerWidget(388): note: see declaration of 'std::bitset<8>'
|
|
Creating library C:\Users\Osman\programming\visual_studio_2017\Projects\Wt\hello_test\x64\Release\hello_test.lib and object C:\Users\Osman\programming\visual_studio_2017\Projects\Wt\hello_test\x64\Release\hello_test.exp
|
|
hello.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int __cdecl Wt::WRun(int,char * *,class boost::function<class Wt::WApplication * __cdecl(class Wt::WEnvironment const &)>)" (__imp_?WRun@Wt@@YAHHPEAPEADV?$function@$$A6APEAVWApplication@Wt@@AEBVWEnvironment@2@@Z@boost@@@Z)
|
|
wtisapi.lib(Server.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl Wt::WServer::stop(void)" (__imp_?stop@WServer@Wt@@QEAAXXZ)
|
|
C:\Users\Osman\programming\visual_studio_2017\Projects\Wt\hello_test\x64\Release\hello_test.dll : fatal error LNK1120: 2 unresolved externals
|