Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Aug : Tcp Communication between VB.NET and delphi win32 applications
| Subject: | Tcp Communication between VB.NET and delphi win32 applications |
| Posted by: | "Peter Everix" (peter.ever..@telenet.be) |
| Date: | 7 Aug 2007 06:59:55 |
Hello
For one of ours projects we need to communicate with a tcp-server
written in vb.net.
Our application is the client and is written using D7 + indy ( version
installed by default ).
We get connected with the server and send a message to the server. The
message isn't read by the server software. When we sniff with wireshark
on the server machine, we see ours messages , but the server doesn't
responed to it. When running the server in debug, it isn't stopping at
the breakpoint where the data should be read.
I don't have any experiance with .net so i don't know where to start
looking !
Regards
Peter