Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread retnyg
>> good to know but thats not the clean way. >> and needs some additional cpu cycles on every headerline of course. FP> The clean way to add features you need is to derive your own component from FP> ICS component and add what you need in that derived component. I agree to do FP> slight changes t

Re: [twsocket] Help in understanding Web Service

2007-02-04 Thread mike
Francois, Thank you for the reply. I did actually get a web page to be sent, but what I did was load a web page with Stream->LoadFromFile(); So I am not sure why the dynamic virtual page was not sent. If you could send me the compiled version then I could test it and see if it works. I am us

Re: [twsocket] Help in understanding Web Service

2007-02-04 Thread Francois PIETTE
You probably have a problem with your ICS installation. Please download again from my website and reinstall. If you want I can mail you the executable built with the latest release so that you can verify it works on your system (in that case you ICS installation is corrupted) or not (in that cas

Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread Francois PIETTE
> good to know but thats not the clean way. > and needs some additional cpu cycles on every headerline of course. The clean way to add features you need is to derive your own component from ICS component and add what you need in that derived component. I agree to do slight changes to ICS to allo

Re: [twsocket] TPing with Windows Vista?

2007-02-04 Thread Fastream Technologies
It worked fine under Vista Ultimate. Regards, SZ - Original Message - From: "Dennis Powering" <[EMAIL PROTECTED]> To: Sent: Sunday, February 04, 2007 4:58 PM Subject: [twsocket] TPing with Windows Vista? > Hello, > > as far as I know, the ICS TPing uses icmp.dll to send an ping. That

[twsocket] TPing with Windows Vista?

2007-02-04 Thread Dennis Powering
Hello, as far as I know, the ICS TPing uses icmp.dll to send an ping. Thats great, because there´s no need to have admin rights to use it. But does it work with the new Windows Vista or are there any changes? I can´t test it at the moment. Regards, DP -- To unsubscribe or change your settin

Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread Arno Garrels
[EMAIL PROTECTED] wrote: > a protected variable of the object would suffice, so experienced users > could do a hack typecast to access it, if for some reason somebody > dont wont the value to be easily accessible. I don't know whether it's the author's intention to make it harder to change? A prop

Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread Angus Robertson - Magenta Systems Ltd
> pls make it a property, so we dont have to mess around in ICS source > on every new release. Agreed, I remove the ICS advertisement from every new release. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Vis

Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread retnyg
a protected variable of the object would suffice, so experienced users could do a hack typecast to access it, if for some reason somebody dont wont the value to be easily accessible. rgn> good to know but thats not the clean way. rgn> and needs some additional cpu cycles on every headerline of cou

Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread retnyg
good to know but thats not the clean way. and needs some additional cpu cycles on every headerline of course. best regards, retnyg AG> [EMAIL PROTECTED] wrote: >> pls make it a property, so we dont have to mess around in ICS source >> on every new release. AG> There's an event OnHeaderLine. No n

Re: [twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread Arno Garrels
[EMAIL PROTECTED] wrote: > pls make it a property, so we dont have to mess around in ICS source > on every new release. There's an event OnHeaderLine. No need to add a new property. procedure TMySmtp.SmtpHeaderLine(Sender: TObject; Msg: Pointer; Size: Integer); begin if StrLIComp(Msg, 'X-Ma

Re: [twsocket] Help in understanding Web Service

2007-02-04 Thread mike
Hello, Well I have studied the webserv example more and seem to have a bit better understanding of what is happening, however I have some additional questions which I hope someone could answer for me. 1- In the sample, if a request comes in to send to the browser a web page indicated as "/time

[twsocket] [request] smtpprot: make X-Mailer a property

2007-02-04 Thread retnyg
pls make it a property, so we dont have to mess around in ICS source on every new release. best regards, retnyg -- 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