Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Indy Subject line not shown.
| Subject: | Re: Indy Subject line not shown. |
| Posted by: | "Randall Sell" (randall@bytewise.nospam.com.au) |
| Date: | Thu, 10 Aug 2006 06:31:55 |
turns out the culprit was McAfee anti-virus. Uninstalled that and life
suddenly got a lot less stressful...
thanx
-randall
Remy Lebeau (TeamB) wrote:
> "Randall Sell" <randall@bytewise.nospam.com.au> wrote in message
> news:44D9C1D9.3040001@bytewise.nospam.com.au...
>
>
>>Can anyone tell me what DLLs and/or COM objects the
>>TIdSMTP and TIdMessage components may be trying to
>>interface with?
>
>
> Indy is a self-contained library. The only DLLs involved are the socket API
> itself, and OpenSSL (which is likely not an issue in this situation).
> Everything else is implemented from scratch inside of Indy.
>
>
> Gambit