Hi, I just ventured into writing my first socket based programs in Delphi 2010. I tried with Indy, no success, just even writing a simple client and server that could send packets. Then I used TTCPServer and TTCPClient, same results using the following 'simple as it gets' demos :-
I had fired up 2 instances of the IDE for the client and server apps. I was pretty determined to avoid the shame of posting a question related to the socket based version of 'helloworld', and I just spent 2 days trying everything.
Well I just decided to chuck the towel in and ask you guys for help, before i did, I just run the exes from OUTSIDE the IDE... and yeah, they worked! They worked the whole time, but not from inside the IDE.
Can I run these programs inside the IDE sucessfully? Thanks.