Re: Delphi Console Application (General questions)
Hi John,
Can you please move the line that you set Blocking moder in before calling connect?
I believe this should resolve the problem that you have.
Regards,
Damba
Thanks for your help on that, it fixed the problem. Now I have a followup question...
How do I access the receive event to catch output coming back from the server? This is a console app so I can't just write a procedure and edit the object. I'm sure you guys have a way to do this, I just don't know what it is.