
Hi, Can we use Boost ASIO async TCP Server example and integrate it into DLL, any example would be better. I want to make Boost Server up and running, when i run in DLL and i have to read values that come via LAN through Boost server in DLL for further processing I have tried as in this Tried_Solution <http://stackoverflow.com/questions/33448734/how-to-integrate-boost-asio-server-in-dll?noredirect=1#comment54689287_33448734> . Please suggest if there's a way to achieve it. -- Regards, Jithendrakumar K, 8019514041.

Hi, Any solution please, i have tried to integrate async server in a dll but io_service was holding the rest of the dll code execution so i have did same as this link <http://stackoverflow.com/questions/33369388/boostasio-ioservice-holds-the-rest-of-my-code-run/33371379#33371379> where it'll pass io_service as seperate thread so now dll is compiling successfully but the solution suggested in link <http://stackoverflow.com/questions/33369388/boostasio-ioservice-holds-the-rest-of-my-code-run/33371379#33371379> is throwing exception and leading application to crash. i couldn't reproduce the error. Can anyone pls suggest whats the wrong here, i am new to Boost Asio and i am not able to find any solution for this. *Regards*, Jithendrakumar K. On Tue, Dec 1, 2015 at 9:49 AM, Jithendrakumar K <jittu.220295@gmail.com> wrote:
-- Regards, Jithendrakumar K, 8019514041.
participants (1)
-
Jithendrakumar K