PDA

View Full Version : QUdpSocket sample code



alimooghashang
9th September 2010, 15:27
Hi
i want a simple QUdpSocket sample which send a string and receive a string from other server!
thanks

Archimedes
9th September 2010, 15:54
From the docs you already have:
http://doc.qt.nokia.com/4.6/network-broadcastreceiver.html
http://doc.qt.nokia.com/4.6/network-broadcastsender.html

thingfish47
14th November 2013, 17:22
Dear knowledgeable ones,

I noticed this thread is from 2009, and Qt 4.6.3 My attempts to build these fail miserably using 5.2

Are there vital parts missing as a result of the passage of time?

ChrisW67
14th November 2013, 21:59
Yes, things have changed so that using the 4.6.2 example source code will not compile with Qt5. I don't know why you would try to do that when the Qt5 packages include the exact same examples adapted to Qt5.