[twsocket] q1) Doing udp communications through firewalls... q2) relaying

2006-12-21 Thread David Lyon
Hi List, I've been using ICS for a number of years and I've found it to be quite good. I like the model and the stability. But I have to questions Q1) Has anybody on the list experience with going machine->machine over the internet directly with UDP? as in STUN (i believe) Q2) I have a cust

[twsocket] Fw: TFtpCli

2006-12-21 Thread Arno Garrels
- Original Message - From: "Äèìà Èãàåâ" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2006 4:33 PM Subject: TFtpCli > Dear, Arno Garrels. > I need to install a component TFtpCli to handle with FTP via C++ Builder 6. > While installing ICSBCB60.bpk package some

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Arno Garrels
Here some more hits on WXVAULT.DLL and Embassy software. We found that the crash during the splash screen loading in AC10 on a Dell Precision 390 was caused the presence of wxvault.dll. The solution is to remove the EMBASSY software that McAfee depends on. I don't think it will disturb your AV

Re: [twsocket] q1) Doing udp communications through firewalls... q2) relaying

2006-12-21 Thread Wilfried Mestdagh
Hello David, Please do not hit reply if you start a new thread, but start a new message. Your message will not be seen by many people who are not following this thread! I have removed the followup, so this reply should appear as a new thread. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/e

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Bjørnar Nielsen
I'm not sure, but I think the body of the email is automaticly encoded to quoted printable (the plain text part), I think others in this list knows better than me, long time ago I coded with the mail-components. If you use html-mail, then you can encode all chars like this (C++, allthough I have n

[twsocket] q1) Doing udp communications through firewalls... q2) relaying

2006-12-21 Thread David Lyon
Hi List, I've been using ICS for a number of years and I've found it to be quite suitable for my purposes. Q1) Has anybody on the list experience with going machine->machine over the internet directly with UDP? as in STUN (i believe)? Q2) I have a custom Jabber like server which we want to ada

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Arno Garrels
> ProcessExplorer: > I only find two dll's that I'm not certain what they do: > - detoured.dll > - wxvault.dll (Embassy Trust Suite by Wave Systems. Apparently > installed > by default by Dell) Google for both DDL-names, you will get plenty of hits. detoured.dll, I bet that this is the culp

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Francois Piette
> We have now discovered that: > Yes, the error do not arise when using WSocketForceLoadWinsock or having the > smtp component on the main form (or creating a dummy smtp component at > runtime and let it exist while the application is running). WSocketForceLoadWinsock immediately load the DLL. If

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Henrik
Hi Arno! ProcessExplorer: I only find two dll's that I'm not certain what they do: - detoured.dll - wxvault.dll (Embassy Trust Suite by Wave Systems. Apparently installed by default by Dell) Ethereal: I only get packages sent the first time. The second time the application hangs before anyth

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Henrik
Hi Bjørnar! I've not been experiencing any problem with character replacement (å->e, ä->d and ö->v) with ICS components, only Indy 9 and only when passing through ms exchange it seems, but I tried Your suggestion and it works like a charm with Indy 9! (Do You mean that You use that approach also

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-21 Thread Henrik
Hi Wilfried and Francois! Wilfried wrote: > But you can safely use ForceLoadWinsock ! There is > absolutely no problem to use it. Only me (we) wanted > to dig out where the problem is. > ForceLoadWinsock did solve the problem as I recall > some days ago. Francois wrote: > I saw that using WSoc

[twsocket] Need help with THttpCli

2006-12-21 Thread Fastream Technologies
Hello, We want to reuse THttpCli after a request ends (either aborted or normal) in a MR HTTP reverse proxy. We also want to reuse non-aborted sockets so as to keep the socket open in another repository thread. Here is my logic: I first override, void __fastcall httpClient::StateChange(THttpStat