
Hi there,
Thanks for your reply. I added it to my code and now the include part looks
as follows:
#include <iostream>
#include
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