Re: [twsocket] EAccessViolations when Posting Data to a HTTPServer

2009-02-04 Thread Keith Willis
I've disabled all Firewalls and anti-virus stuff without any change in the apps behaviour. I even tried re-compiling the ICS library and also directly linking the relevant Pascal units into my project all without any change to the problem. I will now try to catch an exception on my development PC

Re: [twsocket] EAccessViolations when Posting Data to a HTTPServer

2009-02-04 Thread Dod
Hello Keith, You said disabled, one thing I learned by experience about FWs and AVs is that they are never 100% disabled, you MUST uninstall them to be sure they are not causing the problem because disabling keep low level drivers loaded. For catching exceptions you can simply use

[twsocket] OT RE: EAccessViolations when Posting Data to a HTTPServer

2009-02-04 Thread Hoby Smith
A little OT... :) Brian said... do you know about madExcept No, I didn't. Sweet! Thanks. :) Dod said... or EurekaLog (not free but more powerfull and reliable... Wow, also sweet! Thanks! I got to get out more... :) OT Question: Why is EurekaLog more powerful and reliable than

Re: [twsocket] EAccessViolations when Posting Data to a HTTPServer

2009-02-04 Thread Arno Garrels
Dod wrote: You said disabled, one thing I learned by experience about FWs and AVs is that they are never 100% disabled, you MUST uninstall them to be sure they are not causing the problem because disabling keep low level drivers loaded. That's my experience as well and the only reliable

Re: [twsocket] EAccessViolations when Posting Data to a HTTPServer

2009-02-04 Thread brian
Hi, do you know about madExcept? That helps a lot in catching the source of exceptions. -- From: Keith Willis i...@net-soft.com.au Sent: Wednesday, February 04, 2009 14:37 To: 'ICS support mailing' twsocket@elists.org Subject: Re: [twsocket]