| | | 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...
|