L
Luke Balding
I'm toying with the idea of swaping out some of my C++
client and server socket programs with vb.net equivs. but
I finding that the examples included in the msdn do not
seem to interoperate with the existing C++ programs. For
example, if I use my existing C++ client app to call the
vb.net syncronous socket server example, the server
example will never accept the connection(I get an error in
the client app). But, I can telnet to the msdn server
example and I can also make the msdn vb.net client socket
example work with it. It's all pretty straight forward
sockets(ie. AF_NET, STREAM, TCP). Is there a difference
in the way that sockets are implmented with .net that I'm
missing in the documentation that I'm missing.
Also, the client is getting a wsgetlasterror() of 10061..
Thanks for any help,
Luke
client and server socket programs with vb.net equivs. but
I finding that the examples included in the msdn do not
seem to interoperate with the existing C++ programs. For
example, if I use my existing C++ client app to call the
vb.net syncronous socket server example, the server
example will never accept the connection(I get an error in
the client app). But, I can telnet to the msdn server
example and I can also make the msdn vb.net client socket
example work with it. It's all pretty straight forward
sockets(ie. AF_NET, STREAM, TCP). Is there a difference
in the way that sockets are implmented with .net that I'm
missing in the documentation that I'm missing.
Also, the client is getting a wsgetlasterror() of 10061..
Thanks for any help,
Luke