Re: [twsocket] Proxy Authentication Problem

2007-03-15 Thread Marcelo Grossi
Please ignore this thread! The user has been able connected to our server. Aparently he had to put the domain name before the username to make it work. Cheers, Marcelo Grossi - Original Message - From: "Marcelo Grossi" <[EMAIL PROTECTED]> To: Sent: Thursday, March 1

[twsocket] Proxy Authentication Problem

2007-03-15 Thread Marcelo Grossi
ention, Marcelo Grossi -- 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

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

2006-12-11 Thread Marcelo Grossi
gin MySendMailForm := TMySendMailForm.Create(params..); etc... . end; Regards, Marcelo Grossi >> My final remark was that I normally have the form >> as a procedure variable as it is not needed to be >> defined outside the buttonclick event and maybe tha

Re: [twsocket] Acess Violation - TCustomWSocket

2006-12-04 Thread Marcelo Grossi
The TWSocket is in a different thread then my main thread. So I think I might've made some race condition somewhere and was wondering if you guys could tell me some of the problems that may generate an access violation in that part of the code. Best regards, Marcelo Grossi - Ori

Re: [twsocket] Acess Violation - TCustomWSocket

2006-12-04 Thread Marcelo Grossi
Anyone has any idea on this? Best regars, Marcelo Grossi - Original Message - From: "Marcelo Grossi" <[EMAIL PROTECTED]> To: Sent: Friday, December 01, 2006 10:20 AM Subject: [twsocket] Acess Violation - TCustomWSocket > Hello everyone, > > There is this

[twsocket] Acess Violation - TCustomWSocket

2006-12-01 Thread Marcelo Grossi
blem never occurs... I cannot give you more details on the architecture of my app right, but any help on this matter will be greatly apreciated. Thanks, Marcelo Grossi -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsoc

Re: [twsocket] Drawing server bandwidth chart (OT)

2006-11-01 Thread Marcelo Grossi
Hi, I use TChart component included in Delphi. Seems very good to me. Cheers, Marcelo Grossi - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, November 01, 2006 3:35 AM Subject: [twsocket] Draw

Re: [twsocket] How to handle a failed CWD with FTPClient...

2006-10-10 Thread Marcelo Grossi
change the working directory to the "root" path and then try the second CWD command with the "a\b\c\d" HostDirName ... I'm shooting in the dark here, for I don't use FTPs much and never used the ICS FTP Client, but it's worth a try ... Regards, Marcelo Gro

Re: [twsocket] Documentation? (was - Re: POSTing images to a server)

2006-08-30 Thread Marcelo Grossi
Didn´t know that! Winsock've always been a black box to me :) Thanks for the clarification, Marcelo Grossi > Asynchron behaviour is not achieved by using any additional thread!! > Instead ICS uses non blocking winsock API in combination with window > messages. -- To unsubsc

Re: [twsocket] Documentation? (was - Re: POSTing images to a server)

2006-08-30 Thread Marcelo Grossi
completed. While in PostAsync you will get the processing back almost instantly after the PostAsync command. Marcelo Grossi - Original Message - From: "Mohit Sindhwani" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 30, 2006 1

Re: [twsocket] List() method?

2006-08-22 Thread Marcelo Grossi
I don't have any persnoal experience with the FTPCli but it does look alright. Ps.: Have in mind that your process is gonna get blocked on the "ICSFTP.Get" till the dl is finished. Marcelo Grossi - Original Message - From: "Clay Shannon" <[EMAIL PROTECTED

Re: [twsocket] List() method?

2006-08-21 Thread Marcelo Grossi
The answer lies in your code :) ICSFTP.LocalFileName := 'C:\Misc\FilesInHostDir.txt'; <--- Whener you do a "Get()", this is the place to look for the downloaded files. Cheers, Marcelo Grossi - Original Message - From: "Clay Shannon" <[EMAIL P

Re: [twsocket] Implementing STUN, RFC3489

2006-08-15 Thread Marcelo Grossi
ready been processed - oh, you can remove all the processed packets from the Packet List to save resources). Just an idea, please correct me if I'm wrong. Marcelo Grossi - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent:

Re: [twsocket] AN: Google Search Interface

2006-08-14 Thread Marcelo Grossi
Hi, are there any requirement for running the app? I can open it all right but after some seconds I get a Windows "Send Report" kindah error Very interesting tool, I'd like to test it ... Cheers, Marcelo Grossi - Original Message - From: "David A. G.&quo

Re: [twsocket] Connection SPY

2006-08-09 Thread Marcelo Grossi
Sorry about the out of topicness. Marcelo Grossi - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, August 09, 2006 10:19 AM Subject: Re: [twsocket] Connection SPY >> Do you guys know any pro

[twsocket] Connection SPY

2006-08-09 Thread Marcelo Grossi
Hi, Do you guys know any program that traces a connection to see if its blocked (firewall/proxy) and indicate where it is being blocked? To use where "PING" is blocked (so no "TRACERT")? Thanks in advance, Marcelo Grossi -- To unsubscribe or change your settings for T

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
String, check the Font you are using to display it...) Cheers, Marcelo Grossi - Original Message - From: "Marcelo Grossi" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, July 21, 2006 11:22 AM Subject: Re: [twsocket] HttpCli UTF-8 Coding Is

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
rest) Thanks a bunch, but I really can't find anything in that Jedi ... their online help system even work? Marcelo Grossi - Original Message - From: "Robert Chafer" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, July 21, 2006 10:45 AM Subjec

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
I have to do now is find a UTF-8 to ASCII converter (by aproximation of course) or build one (wich I was already doing). Anyways, thanks to all of you folks that took some time to answer me! Really apreciate it! Marcelo Grossi - Original Message - From: "Francois PIETTE" &l

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
? :'( Because I trully don't believe that Mozilla Firefox is parsing that kind of data. It even doesn't respect the same amount of bytes per char ...). I don't get it.. Me stupid!!! 8/ Thank you for your time, Marcelo Grossi - Original Message - From: "Francois PIETT

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
ot;raw" data or something? Cheers, Marcelo Grossi - Original Message - From: "Robert Chafer" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, July 20, 2006 2:30 PM Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue It depends on how you interpret th

[twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
problem is that I missed some property of THttpCli making the retrieved page look so strange? Or the problem lies somewhere else far beyond my little knowledge? Please help! :'( Best regards, Marcelo Grossi -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] HttpCli in v5 - Different Encoding Perhaps?

2006-07-17 Thread Marcelo Grossi
Thanks for your time, Cheers, Marcelo Grossi - Original Message - From: "Jean-Paul Passama" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, July 14, 2006 7:19 PM Subject: Re: [twsocket] HttpCli in v5 - Different Encoding Perhaps? Hi Marcello,

[twsocket] HttpCli in v5 - Different Encoding Perhaps?

2006-07-14 Thread Marcelo Grossi
Does anybody has an idea of what this is suposed to be? Thanks in advance, Marcelo Grossi -- 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

Re: [twsocket] Can't Resolve Hostname to IP Address!

2006-06-27 Thread Marcelo Grossi
The user has installed a program called "RealSecure Desktop Protector". Probably this is the one ... gonna run some tests :-( Cheers - Original Message - From: "Borosnyay Péter" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, June 27, 2006 1:12 PM Subject: Re: [twsocket] C

Re: [twsocket] Can't Resolve Hostname to IP Address!

2006-06-26 Thread Marcelo Grossi
um M 1.6Ghz Notebook Dell Latitude D610. Thank you, Marcelo Grossi - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, June 26, 2006 1:54 PM Subject: Re: [twsocket] Can't Resolve Hostname to IP Addre

[twsocket] Can't Resolve Hostname to IP Address!

2006-06-26 Thread Marcelo Grossi
then the message is closed. However, moments later the message reappears and forever goes on like that. Any ideas? Thanks in advance, Marcelo Grossi -- 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

Re: [twsocket] smtpclient error

2006-06-23 Thread Marcelo Grossi
Probably nothing. See the header on the SmtpClient for the changes made in the versions. An explanation about the removal of ShareMode should be there. The ICS guys are very 'clean' :) Cheers, Marcelo Grossi - Original Message - From: "kaythorn" <[EMAI

Re: [twsocket] MailSnd demo problem

2006-06-16 Thread Marcelo Grossi
Hi Chris, This is clearly a Firewall issue. Disable Windows Firewall and any other programas that may be blocking internet access to your application. > The software fails before it tries to send any frames to anything. Clear firewall blocking access case. Marcelo Gro

Re: [twsocket] 64-Bit Processors Issue

2006-06-12 Thread Marcelo Grossi
U did. > People (including myself) are feeble and tend to forget this. The more > experience one has, the higher the probability is, to forget the above. > Colleagues, NEVER forget it ! > > I wish good luck for everyone ! > > Cheers, > > Peter > > > On Fri, 09 J

Re: [twsocket] 64-Bit Processors Issue

2006-06-12 Thread Marcelo Grossi
Same buffer assemblage > BuildMessage(aString, aBuffer); > Socket.PutDataInSendBuffer(@aBuffer[0], Length(aBuffer)); > end; > Socket.Send(nil, 0); > > > -- > Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html > -- > [EMAIL PROTECTED] > http

Re: [twsocket] 64-Bit Processors Issue

2006-06-09 Thread Marcelo Grossi
you very much for all your responses! Best regards, Marcelo Grossi - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, June 09, 2006 8:24 AM Subject: Re: [twsocket] 64-Bit Processors Issue > Marcelo Grossi

[twsocket] 64-Bit Processors Issue

2006-06-08 Thread Marcelo Grossi
t, given the growing number os 64-bit users. And I really like your component (a lot). Thanks for the attention, Marcelo Grossi > Hello, > >I'm not entirely sure this is a problem related to ICS but since I > could not narrow down another possibility I decided to check up on t

[twsocket] ICSv5 + AMD64 - Problem

2006-06-07 Thread Marcelo Grossi
e all over again. Is there any known issue regarding this? If so, are there any workarounds or fixes? Any information would be much apreciated. Regards, Marcelo Grossi -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/tws