Project

General

Profile

Feature #5643 ยป warnings.txt

Kayra Akman, 04/06/2017 12:04 PM

 
cl -c -nologo -Zc:wchar_t -FS -O2 -MD -Zc:strictStrings -GR -W3 -w34100 -w34189 -w44996 -EHsc -DUNICODE -DWIN32 -DWIN64 -DNDEBUG -I..\wt_test -I. -IC:\Wt\3.3.7\msvs2013_64\include -IC:\Qt5\5.6\msvc2013_64\mkspecs\win32-msvc2013 -Forelease\ @C:\Users\<username>\AppData\Local\Temp\main.obj.1060.31.jom
main.cpp
C:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\include\Wt/WObject(242) : warning C4275: non dll-interface class 'boost::signals2::trackable' used as base for dll-interface class 'Wt::WObject'
C:\Wt\3.3.7\msvs2013_64\include\boost/signals2/trackable.hpp(38) : see declaration of 'boost::signals2::trackable'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WObject(241) : see declaration of 'Wt::WObject'
C:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\include\Wt/WSignal(573) : warning C4251: 'Wt::EventSignalBase::flags_' : class 'std::bitset<0x07>' needs to have dll-interface to be used by clients of class 'Wt::EventSignalBase'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WSignal(580) : warning C4251: 'Wt::EventSignalBase::dummy_' : class 'boost::signals2::signal<void (void),boost::signals2::optional_last_value<void>,int,std::less<Group>,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
[
Group=int
, Signature=void (void)
, R=void
]
C:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\include\Wt/WWidget(1356) : warning C4251: 'Wt::WWidget::flags_' : class 'std::bitset<0x07>' needs to have dll-interface to be used by clients of class 'Wt::WWidget'
C:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\include\Wt/WWebWidget(410) : warning C4251: 'Wt::WWebWidget::AllChangeFlags' : class 'std::bitset<0x024>' needs to have dll-interface to be used by clients of class 'Wt::WWebWidget'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WWebWidget(418) : warning C4251: 'Wt::WWebWidget::flags_' : class 'std::bitset<0x024>' needs to have dll-interface to be used by clients of class 'Wt::WWebWidget'
C:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\include\Wt/WLink(186) : warning C4251: 'Wt::WLink::value_' : class 'boost::variant<std::string,Wt::WResource *,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_,boost::detail::variant::void_>' needs to have dll-interface to be used by clients of class 'Wt::WLink'
C:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\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:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(686) : warning C4251: 'Wt::WEnvironment::queryString_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(689) : warning C4251: 'Wt::WEnvironment::parameters_' : class 'std::map<std::string,Wt::Http::ParameterValues,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' needs to have dll-interface to be used by clients of class 'Wt::WEnvironment'
with
[
_Kty=std::string
, _Ty=Wt::Http::ParameterValues
]
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(690) : warning C4251: 'Wt::WEnvironment::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::WEnvironment'
with
[
_Kty=std::string
, _Ty=std::string
]
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(694) : warning C4251: 'Wt::WEnvironment::host_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(695) : warning C4251: 'Wt::WEnvironment::userAgent_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(696) : warning C4251: 'Wt::WEnvironment::urlScheme_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(697) : warning C4251: 'Wt::WEnvironment::referer_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(698) : warning C4251: 'Wt::WEnvironment::accept_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(699) : warning C4251: 'Wt::WEnvironment::serverSignature_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(700) : warning C4251: 'Wt::WEnvironment::serverSoftware_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(701) : warning C4251: 'Wt::WEnvironment::serverAdmin_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(702) : warning C4251: 'Wt::WEnvironment::clientAddress_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(703) : warning C4251: 'Wt::WEnvironment::pathInfo_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(704) : warning C4251: 'Wt::WEnvironment::internalPath_' : 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::WEnvironment'
C:\Wt\3.3.7\msvs2013_64\include\Wt/WEnvironment(705) : warning C4251: 'Wt::WEnvironment::publicDeploymentPath_' : 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::WEnvironment'
    (1-1/1)