
Hi there, Thanks for your reply. I added it to my code and now the include part looks as follows: #include <iostream> #include <boost/asio.hpp> #include <boost/thread.hpp> #include <boost/bind.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #define _SCL_SECURE_NO_WARNINGS But I still got those 8 warnings. Any further suggestions? Regards, Robert On Sat, Dec 25, 2010 at 11:13 AM, Igor R <boost.lists@gmail.com> wrote:
When compiling the example program "Timer.5 - Synchronising handlers in multithreaded programs" of boost asio 1_44 with MSVC 2008 professional on Window XP professional, I got 8 compiling errors, although the code executes without any problem.
Compiler errors mean that the compilation failed. What you get is just compiler *warnings*. To suppress these warnings, compile with #define _SCL_SECURE_NO_WARNINGS _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users