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
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
, 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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.
>
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
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
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
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
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
. 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
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
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
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
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 :
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
38 matches
Mail list logo