Re: [twsocket] [ICS6] Access Violation?

2008-12-03 Thread Arno Garrels
Fred wrote: Hello I'm obviously doing it wrong: After authenticating to a web server with POST and receiving some cookies, I'm getting an Access Violation while I'm copying the response into a memo: I cannot reproduce the AV in ICS v7. Maybe some event handler already freed the stream? --

Re: [twsocket] [ICS6] Access Violation?

2008-12-03 Thread Maurizio Lotauro
Scrive Fred [EMAIL PROTECTED]: Hello I'm obviously doing it wrong: After authenticating to a web server with POST and receiving some cookies, I'm getting an Access Violation while I'm copying the response into a memo: [...] After calling the Free you must set the property to nil. Bye,

[twsocket] [ICS6] Access Violation?

2008-12-02 Thread Fred
Hello I'm obviously doing it wrong: After authenticating to a web server with POST and receiving some cookies, I'm getting an Access Violation while I'm copying the response into a memo: === procedure TForm1.Button1Click(Sender: TObject); var Data : String; begin Data :=

Re: [twsocket] [ICS6] Access Violation?

2008-12-02 Thread Arno Garrels
Hello Fred, Do not free the RcvdStream, the component should free it. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Fred wrote: Hello I'm obviously doing it wrong: After authenticating to a web server with POST and receiving some cookies, I'm getting an

Re: [twsocket] [ICS6] Access Violation?

2008-12-02 Thread Arno Garrels
Arno Garrels wrote: Hello Fred, Do not free the RcvdStream, the component should free it. Sorry, forget this statement, it's nonsense. I'll look at this tomorow. -- Arno Garrels Fred wrote: Hello I'm obviously doing it wrong: After authenticating to a web server with POST and