hi all - i have a java client and a c# server that need to communicate via sockets; the c# program uses TcpListener and Socket:
(C#)
{...
tcplis = new TcpListener( port );
tcplis.start();
while( true )
{
socket = tcplis.AcceptSocket();
if( socket.Connected ==...
Hello - I'm having this problem in VC++.NET:
For the following struct:
typedef struct _Tran
{
short trndelflag;
short trnrectype;
unsigned long trnpatnum;
unsigned long trnseqnum;
unsigned long trnadmit;
unsigned long trndscharge;
unsigned long trnloc1;
unsigned long trnloc2;
char...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.