Compatibility between Qt and Boost sockets libraries
Posted
by cake
on Stack Overflow
See other posts from Stack Overflow
or by cake
Published on 2010-04-13T17:43:04Z
Indexed on
2010/04/14
11:33 UTC
Read the original article
Hit count: 294
Hello
In my work, I'm developing a Viewer client for a Offshore simulation server, using sockets to send the simulation data from the Simulator to de Viewer.
But, the server uses Boost.asio as it's sockets library. As the client uses Qt for it's GUI, I was wondering if there is any problem in using de Qt Networking library for handling the sockets. Is there any compatibility issues?
Thanks in advance, and sorry for my bad english.
© Stack Overflow or respective owner