bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TCPSocket problem


From: Igor Alfirevic
Subject: TCPSocket problem
Date: Fri, 9 Nov 2001 18:31:36 +0100

Hi
 
I am new with commonc++. I run win32 version release 1.9.0 sample. But if i use:
 
myTCPSocket server(addr);

i can not open port.

I try :

 char* ip = "127.30.2.52:4096";
 InetAddress inetIP(ip);

myTCPSocket server(inetIP);

and I sucsed.

I also can not open session if i use

myTCPSession::myTCPSession(TCPSocket &server) : TCPSession(server) {};

so is it problem with TCPSocket?? Is there a bug or am i doing something wrong


reply via email to

[Prev in Thread] Current Thread [Next in Thread]