Re: [twsocket] ICS V7 bug ?

2009-07-27 Thread Mike Lenox
Just wondering about the implications of this thread to ICS in general. As a Delphi user of ICS, are there DLL concerns for other non-SSL parts of ICS? Francois PIETTE wrote: Altough using in in Delphi is even more interesting, I was just thinking about publishing the procedure to rebuild Open

Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-17 Thread Mike Lenox
Finally! A very simple bug causing very strange symptoms. I had overridden Destroy in my ClientInstance object and neglected to include a final call to the inherited Destroy. Arno Garrels wrote: Mike Lenox wrote: I am aggressively debugging the application. The root problem at this point

Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-17 Thread Mike Lenox
, though my handler has "CanClose := False;", the server does not work after this event. What causes background exceptions? Arno Garrels wrote: Mike Lenox wrote: That's good information. I am not surprised if the TTimer is mine. BUT, the issue is still that I only get the er

Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-16 Thread Mike Lenox
rrels wrote: Mike Lenox wrote: BUT, the two objects seem to be interacting with each other as I get a TTimer access error ONLY when both objects are active and I make an actual connection to the server. Both TWSocketServer and TTnCnx do not use a TTimer. If your code uses a TTimer what i

Re: [twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-16 Thread Mike Lenox
I guess I am not being very clear. I am not creating other threads. I only have one ... the main Delphi thread. I am creating different ICS components, a TTnCnx client and a TWSocketServer in separate parts of my application. There are no shared global variables and the two instances are in di

[twsocket] [Fwd: Re: Conflicts between multiple instances]

2009-07-16 Thread Mike Lenox
In my current app, I only have a main thread. So, does this, "...this may cause a lot of trouble", apply? I should expect trouble if I have multiple ICS components all executing on the main thread? Original Message Subject:Re: [twsocket] Conflicts between multiple ins

[twsocket] Conflicts between multiple instances

2009-07-15 Thread Mike Lenox
Is there a problem having multiple instances of ICS socket objects on the same thread? I have a Delphi app (single threaded) with different ICS-based objects in various units. I saw today what looked like crossover functionality between some of them. I'm getting TTimer access violation errors t

[twsocket] Telnet Client

2009-05-01 Thread Mike Lenox
call NewTelnetClient which I would expect to get me out of the hung state} See any other obvious issues? Any problem calling Free immediately after Close in FreeTelnetClient? Mike procedure TTLS350E.SendMsg(Msg: string); begin try if assigned(TelnetClient) then

Re: [twsocket] TTnCnx

2009-04-30 Thread Mike Lenox
t; > - Original Message - > From: "Mike Lenox" > To: "ICS support mailing" > Sent: Thursday, April 30, 2009 5:08 PM > Subject: Re: [twsocket] TTnCnx > > > Francois, > > Thanks you for the quick reply. I do not call Connect from the Close > event

Re: [twsocket] TTnCnx

2009-04-30 Thread Mike Lenox
houghts on how a TTnCnx connection might stay up even though Close has been called? Mike Francois Piette wrote: >> I have an application that uses a TTnCnx object to repetitively retrieve >> data from a remote device. The application keeps a TTnCnx object and >> alternately Conn

[twsocket] TTnCnx

2009-04-30 Thread Mike Lenox
and since the receiving device only supports one session, communication is stopped. Is there a problem with calling Connect again too soon after a Close? Is there some status I should be monitoring? Thank you, Mike -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] THTTPCli Problem

2007-12-10 Thread Mike Sutton
Hi DAve, Does the site use an HTTP login (ie via a dialog from your browser) or via a form (you enter information into a webpage). If it's the latter, then a) you'll need to submit the password information correctly and b) it's likely the site is using cookies to track the user se

Re: [twsocket] Newbee writing webcam utility

2007-12-01 Thread Mike Sutton
fer. Just save it as a JPEG (or whatever else it is). Mike -- http://smallphry.com - The diary of my layout build. Southern English, 1980s, N gauge with DCC control. [EMAIL PROTECTED] -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/c

Re: [twsocket] Wiki

2007-09-27 Thread Mike Sutton
Hi Markus, MH> maybe some of the people around here have forgotten that a Wiki for ICS MH> exists http://wiki.overbyte.be/wiki/index.php/Main_Page. I never knew one existed in the first place! I just searched the main ICS page http://www.overbyte.be/eng/products/ics.html and couldn't find a link

Re: [twsocket] HTTPCli Authentication bug

2007-07-26 Thread Mike Sutton
Hi Wilfried, WM> Hello Mike, WM> Can you please start a new thread if you do so instead of hit reply ? WM> Many email readers can sort on thread, so if you do so people that are WM> not interested in the thread where you reply to will never see your WM> message. Sorry. WM> A

[twsocket] HTTPCli Authentication bug

2007-07-26 Thread Mike Sutton
r. I've got a work around, by placing ReceiveLength := 0; in InternalClear, but I don't understand the authentication part of the code well enough to know how to fix it properly. Mike -- 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] HTTPCli Authentication bug

2007-06-27 Thread Mike Sutton
ero). The first header line of the second call is added after the spurious data, and the status code is therefore in the wrong place in the buffer. I've got a work around, by placing ReceiveLength := 0; in InternalClear, but I don't understand the authentication part of the code well enough

Re: [twsocket] Help in understanding Web Service

2007-02-05 Thread mike
am using Builder 5 just to let you know. Thanks Mike -Original Message- >From: Francois PIETTE <[EMAIL PROTECTED]> >Sent: Feb 4, 2007 10:10 AM >To: ICS support mailing >Subject: Re: [twsocket] Help in understanding Web Service > >You probably have a problem with yo

Re: [twsocket] Help in understanding Web Service

2007-02-04 Thread mike
am using Builder 5 just to let you know. Thanks Mike -Original Message- >From: Francois PIETTE <[EMAIL PROTECTED]> >Sent: Feb 4, 2007 10:10 AM >To: ICS support mailing >Subject: Re: [twsocket] Help in understanding Web Service > >You probably have a problem

Re: [twsocket] Help in understanding Web Service

2007-02-04 Thread mike
ever receives this web page. I don't understand why this page would never be received by the browser. Could someone explain this to me or tell me how it should be sent to the browser. Thank you Mike -- To unsubscribe or change your settings for TWSocket mailing list please goto htt

Re: [twsocket] Help in understanding Web Service

2007-02-03 Thread mike
Bevan, Thank you. Ah, yes you are correct. To many late nights!!! Mike -Original Message- >From: [EMAIL PROTECTED] >Sent: Feb 3, 2007 9:06 PM >To: twsocket@elists.org >Subject: Re: [twsocket] Help in understanding Web Service > >Hi Mike, > >> I

Re: [twsocket] Handling redirects

2006-09-01 Thread Mike Versteeg
Yes, that's correct. Thanks. PS: I will gladly pay a few dollars for a good help file :) Mike On 9/1/06, Francois Piette <[EMAIL PROTECTED]> wrote: > It is in the "location" property if memory is stille alive. > > Contribute to the SSL Effort. Visit http:

Re: [twsocket] Handling redirects

2006-09-01 Thread Mike Versteeg
When this event is called, where can I get the new url? I need it to change the url I keep on file. Unfortunately the URL property does not get updated. thanks, Mike On 2/7/06, Francois Piette <[EMAIL PROTECTED]> wrote: > > > Assuming you use THttpCli, there is a proper

Re: [twsocket] html code in downloaded file

2006-06-19 Thread Mike Versteeg
Thanks Francois, that explains what's happening. Mike On 6/19/06, Francois PIETTE <[EMAIL PROTECTED]> wrote: > If there is a redirect, ICS may follow it automatically (it does by default > anyway. See property FollowRelocation). BUT you should probably clear the > stream (or

[twsocket] html code in downloaded file

2006-06-19 Thread Mike Versteeg
enable redirects in HttpCli. I assume that'll fix the problem. PS: if ever a help file is made available for ICS, I am willing to pay for it as it would safe me a lot of time. Mike On 6/19/06, Francois PIETTE <[EMAIL PROTECTED]> wrote: > It is likely that you haven't cleare

[twsocket] html code in downloaded file

2006-06-19 Thread Mike Versteeg
the html code.. Thanks, Mike -- 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] HTTPCli in dynamically-loaded BPL

2006-04-06 Thread Mike Scott
Thanks Wilfried, I will try it and will let you know. Cheers -- Mike Wilfried Mestdagh wrote: > Hello Mike, > > I never tryed this, but as far as I know a runtime package has to behave > the same as a design time package, only that it is not linked and > loaded at run time. >

[twsocket] HTTPCli in dynamically-loaded BPL

2006-04-03 Thread Mike Scott
soon as I click the Do It button.. -- Mike Scott *** If you publish research which uses WordSmith, do let me know so I can include it at http://www.lexically.net/wordsmith/corpus_linguistics_links/papers_using_wordsmith.htm *** School of English University of Liverpool Liverpool L6

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-21 Thread Mike Versteeg
Just wondering, the new internet components that come with BCB2006 are no good? Mike On 1/16/06, Fastream Technologies <[EMAIL PROTECTED]> wrote: > I removed all the old units then added all the .pas files in the new folder. > IcsZLibDLL.pas is included. Which units should be in

Re: [twsocket] THttpCli ID

2006-01-09 Thread Mike Versteeg
Learned something new, thanks! Mike On 1/9/06, Francois Piette <[EMAIL PROTECTED]> wrote: > > I heard servers can keep track of what software/browser accesses them. > > I use THttpCli to download files from servers, how can I add this ID > > so servers recognize my

[twsocket] THttpCli ID

2006-01-09 Thread Mike Versteeg
Hi, I heard servers can keep track of what software/browser accesses them. I use THttpCli to download files from servers, how can I add this ID so servers recognize my software? Thanks, Mike -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org

Re: [twsocket] thttpcli & unicode

2005-12-16 Thread Mike Versteeg
Thanks, that sounds logical. I'll give it another go. On 12/15/05, Francois Piette <[EMAIL PROTECTED]> wrote: > > I am evaluating ICS, specifically the component thttpcli and have the > > following problem: if I retrieve a web page with multibyte characters, > > I cannot seem to get the data in pr

[twsocket] thttpcli & unicode

2005-12-15 Thread Mike Versteeg
. Am I doing something wrong, or is this an omission in the component? My intention is to paste the site into an html editor I created, but ofcourse I need to keep all special characters that were on the (English) page. Thanks, Mike -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] Question >> How can I setup checkboxes to seetheFTP-Status

2005-04-16 Thread Mike McGreek
Arno, I think that will be the easiest way. I'll try it. I readed the whole code and understand it. It is realy good written. Also the infos about each function. Great work. It is more stabil than Indy10. I'll keep on trying ... Probably FtpCli.StatusCode is what you are looking for? Arno Gar

Re: [twsocket] Question >> How can I setup checkboxes to seetheFTP-Status

2005-04-16 Thread Mike McGreek
I tried try/except. try FTPClient1.connect except showmessage(msg); I never got a errormessage. I think I missed to definie msg. ... any Idea? the other things I'll look into it ... Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe or chan

Re: [twsocket] Question >> How can I setup checkboxes to see theFTP-Status

2005-04-16 Thread Mike McGreek
You understand me wrong. I do the connect-call then the other calls. I want to know what I need minimal to get the Error-Messages and the normal messages from the server. Here a example: I connect to the server. The server send me 421 back. If it is 421 my program should wait 2 min for exampl

Re: [twsocket] Question >> How can I setup checkboxes to see theFTP-Status

2005-04-16 Thread Mike McGreek
Win32, Yes. I had a look into Your FTPTST example. So I need only the status-function. How do You display Your messages? I can't show the messages in my program. In FTPTST is a display-function. procedure Display(const Msg: String); procedure DisplayHandler(Sender: TObject; var Msg :

[twsocket] Question >> How can I setup checkboxes to see the FTP-Status

2005-04-16 Thread Mike McGreek
I'm coding with Delphi 2005. Till now I don't see the ftp-status. I like to have 3 checkboxes for each status (Online, 421, Offline). If one status is true the checkbox for the status should be checked. I know that FTPCLI has a status-Option with a log. How can I do it easily to get the status t