
3 Oct
2008
3 Oct
'08
7:15 p.m.
On Fri, 03 Oct 2008 19:45:25 +0200, Johannes Brunen <JBrunen@datasolid.de> wrote: Hi Johannes,
I tried the Process library with msvc .net 2008 (vc9) sp1 on win XP sp3. However, the example async_io.cpp does not work properly. The function end_read does not be called at all neither in debug nor in release mode.
oh, looks like I forgot to call io_service.run(). Can you please try the attached file? I could build it with MSVC 2008 SP1 and run it successfully.
[...]Maybe not an asio service object but a lightweight wrapper of the object. I would hide the usage of asio from the Process interface.
Thanks for your comment! Boris