[twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Paul
I get an 'Invalid class typecast' error in HttpServClientConnect event. Is there anything changed between ICS V3 and V5 ? The same worked on V3 Paul procedure TForm1.HttpServClientConnect(Sender, Client: TObject; Error: Word); var ClientCnx: TMyHttpCon

Re: [twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Arno Garrels
Paul wrote: > I get an 'Invalid class typecast' error in HttpServClientConnect event. Have you assigned TMyHttpConnection to property ClientClass? Arno Garrels > Is there anything changed between ICS V3 and V5 ? > The same worked on V3 > > > Paul > > > procedure TForm1.HttpServClientConnect

Re: [twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Francois Piette
> Is there anything changed between ICS V3 and V5 ? I'm not aware of such change. You can easily have a look at the source code. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 11:00 AM Subject: [tws

Re: [twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Paul
> Have you assigned TMyHttpConnection to property ClientClass? Grrr.. forgot that Thanks Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] HttpServer

2006-02-24 Thread Paul
In the ServerGetDocument, I start a thread to do some background processing, but before the thread is actually started, the client receives a status 404 back. In this event, I've set Flags:= hgWillSendMyself. Any idea's / Paul -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] HttpServer

2006-02-24 Thread Paul
Not thinking clear today : forgot to add 'var' to the Flags variable. Paul - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 1:57 PM Subject: [twsocket] HttpServer > > In the ServerGetDocument, I start a thread to do some background > process

[twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Fastream Technologies
Hello, I wonder what Francois plans to do with ICS if/when Delphi changes hands/dies. I think we need a worst case scenario. Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at h

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Francois PIETTE
> I wonder what Francois plans to do with ICS if/when Delphi changes > hands/dies. I think we need a worst case scenario. Everything depends on who buy Borland IDE division, if someone ever buy it. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSock

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Guillaume MAISON
Fastream Technologies a écrit : > Hello, > > I wonder what Francois plans to do with ICS if/when Delphi changes > hands/dies. I think we need a worst case scenario. IMHO, there're several scenarios : 1. Delphi goes Open Source : nothing to change - or we shoud say follow the changes decided by

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Arno Garrels
Francois PIETTE wrote: >> I wonder what Francois plans to do with ICS if/when Delphi changes >> hands/dies. I think we need a worst case scenario. > > Everything depends on who buy Borland IDE division, if someone ever buy > it. If nobody will ever buy it, the image of Borland would be rather da

[twsocket] How can i get an SOAP attach file with Http component ?

2006-02-24 Thread Bruno Mannina
Hi all, i'm trying since four days ago to get a SOAP attach file with one Http compo without result :( i use HttpCli from ICS that i modified with the help of F. Piette. I get the right XML response but i can't see the attach file ?! i'm sure that the attach file is reply by the SOAP server. So

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Darin McGee
M$ could buy it and then swiftly kill it off - no need to support a product to compete with your other IDEs and most of all Java! Good chance to kill the number 1 Java IDE. No open source by Borland - too much money thrown out the door, they need cash for it. They are still losing money hand o

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Dod
Hello, Whenever Delphi is sold I think actual version of Delphi and ICS will permit to continue make programs for some years. Regards. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Angus Robertson - Magenta Systems Ltd
> Whenever Delphi is sold I think actual version of Delphi and ICS > will permit to continue make programs for some years. Absolutely, many (or most) of us are using versions of Delphi that Borland effectively abandoned a long time ago, since it has a policy of not maintaining old versions. Yet

Re: [twsocket] add an TWSocket to TWSocketServer

2006-02-24 Thread Francois PIETTE
> Is it possible to "add" a TWSocket to TWSocketServer ? > > I have a server that receive incoming connections but I want it also > make outgoing connections (reverse connections). > > Once outgoing connection has been established, all communication will > be handled as if it was an incoming conn

Re: [twsocket] How can i get an SOAP attach file with Http component ?

2006-02-24 Thread Guillaume MAISON
Bruno Mannina a écrit : > Hi all, > > i'm trying since four days ago to get a SOAP attach file with one Http compo > without result :( > > i use HttpCli from ICS that i modified with the help of F. Piette. I get the > right XML response but i can't see > the attach file ?! i'm sure that the attac

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Piotr Dałek
Hello! > Whenever Delphi is sold I think actual version of Delphi and ICS > will permit to continue make programs for some years. Exactly. Since Delphi isn't some kind of interpreter and also isn't closed environment, extending RTL to accomodate OS changes is still possible. If there will be no D

Re: [twsocket] add an TWSocket to TWSocketServer

2006-02-24 Thread Dod
Hello Francois, OK now I am sure I did not missed some "AddSocket" method. Of course I can create a pool of outgoing TWSocket and set them same events as TWSocketServer Client events but as they should work exactly same way once connection is done I thought that adding them to actual TWSocket

[twsocket] HttpCli problem

2006-02-24 Thread Ronny
After httpcli.abort is called, the statuscode is normally 404 if the statuscode before the call is 200. The statuscode is 0 if the original statuscode is 302. This is causing me problems (i.e. httpcli state is not ready after an abort is called if the statuscode was 302). See example: log.