On Thu, Apr 10, 2008 at 9:24 AM, İsmail Dönmez <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  In Qt following works :
>
>  QUdpSocket sock = new QUdpSocket();
>  sock.bind(QHostAdress.Any, 4444)

Read that as,

QUdpSocket sock;
sock.bind(QHostAdress.Any, 4444);

of course ;)

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to