| | | Compiling...
MStreamable.cpp
HTTPStatusHeader.cpp
..\cgicc/HTTPHeader.h(131) : warning C4251: 'cgicc::HTTPHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTTPResponseHeader.cpp
..\cgicc/HTTPResponseHeader.h(242) : warning C4251: 'cgicc::HTTPResponseHeader::fHeaders' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPResponseHeader'
with
[
_Ty=std::string
]
..\cgicc/HTTPResponseHeader.h(243) : warning C4251: 'cgicc::HTTPResponseHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPResponseHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTTPRedirectHeader.cpp
..\cgicc/HTTPHeader.h(131) : warning C4251: 'cgicc::HTTPHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTTPPlainHeader.cpp
..\cgicc/HTTPHeader.h(131) : warning C4251: 'cgicc::HTTPHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTTPHTMLHeader.cpp
..\cgicc/HTTPHeader.h(131) : warning C4251: 'cgicc::HTTPHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTTPHeader.cpp
..\cgicc/HTTPHeader.h(131) : warning C4251: 'cgicc::HTTPHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTTPCookie.cpp
HTTPContentHeader.cpp
..\cgicc/HTTPHeader.h(131) : warning C4251: 'cgicc::HTTPHeader::fCookies' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'cgicc::HTTPHeader'
with
[
_Ty=cgicc::HTTPCookie
]
HTMLElementList.cpp
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTMLAttribute,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTMLAttribute
]
and
[
_Ty=cgicc::HTMLAttribute,
_Alloc=std::allocator
]
..\cgicc/HTMLAttributeList.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTMLAttribute
]
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTMLElement *,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTMLElement *
]
and
[
_Ty=cgicc::HTMLElement *,
_Alloc=std::allocator
]
..\cgicc/HTMLElementList.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTMLElement *
]
HTMLElement.cpp
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTMLAttribute,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTMLAttribute
]
and
[
_Ty=cgicc::HTMLAttribute,
_Alloc=std::allocator
]
..\cgicc/HTMLAttributeList.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTMLAttribute
]
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTMLElement *,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTMLElement *
]
and
[
_Ty=cgicc::HTMLElement *,
_Alloc=std::allocator
]
..\cgicc/HTMLElementList.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTMLElement *
]
HTMLDoctype.cpp
HTMLAttributeList.cpp
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTMLAttribute,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTMLAttribute
]
and
[
_Ty=cgicc::HTMLAttribute,
_Alloc=std::allocator
]
..\cgicc/HTMLAttributeList.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTMLAttribute
]
HTMLAttribute.cpp
FormFile.cpp
FormEntry.cpp
CgiUtils.cpp
CgiInput.cpp
..\cgicc\CgiInput.cpp(48) : warning C4996: 'getenv' was declared deprecated
d:\Program Files\Microsoft Visual Studio 8\VC\include\stdlib.h(483) : see declaration of 'getenv'
Message: 'This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
CgiEnvironment.cpp
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTTPCookie,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTTPCookie
]
and
[
_Ty=cgicc::HTTPCookie,
_Alloc=std::allocator
]
..\cgicc/CgiEnvironment.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTTPCookie
]
..\cgicc\CgiEnvironment.cpp(256) : warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false' (performance warning)
Cgicc.cpp
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::HTTPCookie,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::HTTPCookie
]
and
[
_Ty=cgicc::HTTPCookie,
_Alloc=std::allocator
]
..\cgicc/CgiEnvironment.h(50) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::HTTPCookie
]
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::FormEntry,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::FormEntry
]
and
[
_Ty=cgicc::FormEntry,
_Alloc=std::allocator
]
..\cgicc/Cgicc.h(53) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::FormEntry
]
d:\Program Files\Microsoft Visual Studio 8\VC\include\vector(426) : warning C4251: 'std::_Vector_val<_Ty,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_Vector_val<_Ty,_Alloc>'
with
[
_Ty=cgicc::FormFile,
_Alloc=std::allocator
]
and
[
_Ty=cgicc::FormFile
]
and
[
_Ty=cgicc::FormFile,
_Alloc=std::allocator
]
..\cgicc/Cgicc.h(54) : see reference to class template instantiation 'std::vector<_Ty>' being compiled
with
[
_Ty=cgicc::FormFile
]
Generating Code...
Linking...
Creating library .\Release/cgicc.lib and object .\Release/cgicc.exp
Embedding manifest...
|