Build Log
  

Rebuild started: Project: cgicc, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\RSP00000D39362976.rsp" with contents
[
/O2 /Ob1 /I ".." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "CGICC_EXPORTS" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MD /Gy /Fp".\Release/cgicc.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP "..\cgicc\MStreamable.cpp"

"..\cgicc\HTTPStatusHeader.cpp"

"..\cgicc\HTTPResponseHeader.cpp"

"..\cgicc\HTTPRedirectHeader.cpp"

"..\cgicc\HTTPPlainHeader.cpp"

"..\cgicc\HTTPHTMLHeader.cpp"

"..\cgicc\HTTPHeader.cpp"

"..\cgicc\HTTPCookie.cpp"

"..\cgicc\HTTPContentHeader.cpp"

"..\cgicc\HTMLElementList.cpp"

"..\cgicc\HTMLElement.cpp"

"..\cgicc\HTMLDoctype.cpp"

"..\cgicc\HTMLAttributeList.cpp"

"..\cgicc\HTMLAttribute.cpp"

"..\cgicc\FormFile.cpp"

"..\cgicc\FormEntry.cpp"

"..\cgicc\CgiUtils.cpp"

"..\cgicc\CgiInput.cpp"

"..\cgicc\CgiEnvironment.cpp"

"..\cgicc\Cgicc.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\RSP00000D39362976.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\RSP00000E39362976.rsp" with contents
[
/OUT:".\Release/cgicc.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\cgicc.dll.intermediate.manifest" /PDB:".\Release/cgicc.pdb" /IMPLIB:".\Release/cgicc.lib" /MACHINE:X86 odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\release\Cgicc.obj"

".\release\CgiEnvironment.obj"

".\release\CgiInput.obj"

".\release\CgiUtils.obj"

".\release\FormEntry.obj"

".\release\FormFile.obj"

".\release\HTMLAttribute.obj"

".\release\HTMLAttributeList.obj"

".\release\HTMLDoctype.obj"

".\release\HTMLElement.obj"

".\release\HTMLElementList.obj"

".\release\HTTPContentHeader.obj"

".\release\HTTPCookie.obj"

".\release\HTTPHeader.obj"

".\release\HTTPHTMLHeader.obj"

".\release\HTTPPlainHeader.obj"

".\release\HTTPRedirectHeader.obj"

".\release\HTTPResponseHeader.obj"

".\release\HTTPStatusHeader.obj"

".\release\MStreamable.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\RSP00000E39362976.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\RSP00000F39362976.rsp" with contents
[
/outputresource:".\release\cgicc.dll;#2" /manifest

".\release\cgicc.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\RSP00000F39362976.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\BAT00001039362976.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep"
]
Creating command line """c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\BAT00001039362976.bat"""
Output Window
  
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...
Results
  
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\cgicc-3.2.3\win\Release\BuildLog.htm"
cgicc - 0 error(s), 19 warning(s)