Build Log
  

Build started: Project: BioSemi, Configuration: Release|Win32

Command Lines
  
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\RSP00000C34208844.rsp" with contents
[
/O2 /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include\QtCore" /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include\QtGui" /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include" /I "..\..\LSL\liblsl\include" /I "Z:\boost_1_50_0" /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include\ActiveQt" /I "release" /I "." /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\mkspecs\default" /D "_WINDOWS" /D "UNICODE" /D "WIN32" /D "QT_LARGEFILE_SUPPORT" /D "QT_DLL" /D "QT_NO_DEBUG" /D "QT_GUI_LIB" /D "QT_CORE_LIB" /D "QT_HAVE_MMX" /D "QT_HAVE_3DNOW" /D "QT_HAVE_SSE" /D "QT_HAVE_MMXEXT" /D "QT_HAVE_SSE2" /D "QT_THREAD_SUPPORT" /D "NDEBUG" /FD /EHsc /MD /GS- /Zc:wchar_t- /Fo"release\\" /Fd".\\" /W3 /c /TP  -Zm200 -w34100 -w34189

.\mainwindow.cpp
]
Creating command line "cl.exe @C:\Users\mgrivich\AppData\Local\Temp\RSP00000C34208844.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\RSP00000D34208844.rsp" with contents
[
/OUT:"Z:\labstreaminglayer_hg\labstreaminglayer\Apps\BioSemi\\BioSemi.exe" /INCREMENTAL:NO /LIBPATH:"Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib" /LIBPATH:"..\..\LSL\liblsl\bin" /LIBPATH:"Z:\boost_1_50_0/lib" /MANIFEST /MANIFESTFILE:"release\\BioSemi.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:WINDOWS /DYNAMICBASE /NXCOMPAT "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib\qtmain.lib ../../LSL/liblsl/bin/\liblsl32.lib Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtGui4.lib Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtCore4.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\biosemi_io.obj"

".\release\main.obj"

".\release\mainwindow.obj"

".\release\moc_mainwindow.obj"
]
Creating command line "link.exe @C:\Users\mgrivich\AppData\Local\Temp\RSP00000D34208844.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\RSP00000E34208844.rsp" with contents
[
/outputresource:".\BioSemi.exe;#1" /manifest

.\release\BioSemi.exe.intermediate.manifest
]
Creating command line "mt.exe @C:\Users\mgrivich\AppData\Local\Temp\RSP00000E34208844.rsp /nologo"
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\BAT00000F34208844.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\release\mt.dep
]
Creating command line "C:\Users\mgrivich\AppData\Local\Temp\BAT00000F34208844.bat"
Output Window
  
Compiling...
mainwindow.cpp
Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
- add -D_WIN32_WINNT=0x0501 to the compiler command line; or
- add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
.\mainwindow.cpp(363) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(488) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(538) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(573) : warning C4018: '<' : signed/unsigned mismatch
z:\labstreaminglayer_hg\labstreaminglayer\apps\biosemi\Resampler.h(124) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : see declaration of 'std::copy'
        z:\labstreaminglayer_hg\labstreaminglayer\apps\biosemi\Resampler.h(101) : while compiling class template member function 'Resampler::Resampler(int,int,const C *,int,S1 *,int,int)'
        with
        [
            S1=double,
            S2=double,
            C=double
        ]
        .\mainwindow.cpp(607) : see reference to class template instantiation 'Resampler' being compiled
        with
        [
            S1=double,
            S2=double,
            C=double
        ]
z:\labstreaminglayer_hg\labstreaminglayer\apps\biosemi\Resampler.h(218) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : see declaration of 'std::copy'
        z:\labstreaminglayer_hg\labstreaminglayer\apps\biosemi\Resampler.h(164) : while compiling class template member function 'int Resampler::apply(S1 *,int,S2 *,int)'
        with
        [
            S1=double,
            S2=double,
            C=double
        ]
z:\labstreaminglayer_hg\labstreaminglayer\apps\biosemi\Resampler.h(220) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : see declaration of 'std::copy'
z:\labstreaminglayer_hg\labstreaminglayer\apps\biosemi\Resampler.h(223) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : see declaration of 'std::copy'
Z:\boost_1_50_0\boost/lexical_cast.hpp(1328) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1325) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src::shl_real_type(double,char *,char *&)'
        with
        [
            CharT=char_type,
            Traits=traits,
            RequiresStringbuffer=false
        ]
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1970) : see reference to class template instantiation 'boost::detail::lexical_stream_limited_src' being compiled
        with
        [
            CharT=char_type,
            Traits=traits,
            RequiresStringbuffer=false
        ]
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1921) : while compiling class template member function 'int boost::detail::lexical_cast_do_cast::lexical_cast_impl(const Source &)'
        with
        [
            Target=int,
            Source=src
        ]
        Z:\boost_1_50_0\boost/lexical_cast.hpp(2133) : see reference to class template instantiation 'boost::detail::lexical_cast_do_cast' being compiled
        with
        [
            Target=int,
            Source=src
        ]
        .\mainwindow.cpp(353) : see reference to function template instantiation 'Target boost::lexical_cast(const Source &)' being compiled
        with
        [
            Target=int,
            Source=std::string
        ]
Z:\boost_1_50_0\boost/algorithm/string/detail/classification.hpp(102) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : see declaration of 'std::copy'
        Z:\boost_1_50_0\boost/algorithm/string/classification.hpp(206) : see reference to function template instantiation 'boost::algorithm::detail::is_any_ofF::is_any_ofF>(const RangeT &)' being compiled
        with
        [
            CharT=char,
            IteratorT=const char *,
            RangeT=boost::iterator_range
        ]
        .\mainwindow.cpp(361) : see reference to function template instantiation 'boost::algorithm::detail::is_any_ofF boost::algorithm::is_any_of(RangeT (&))' being compiled
        with
        [
            CharT=char,
            RangeT=const char [2]
        ]
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://z:\labstreaminglayer_hg\labstreaminglayer\Apps\BioSemi\release\BuildLog.htm"
BioSemi - 0 error(s), 10 warning(s)