Re: [twsocket] Protocol 6 (=TCP) not supported by TCustomSocksWSocket

2005-06-18 Thread Francois PIETTE

Rejected: not compatible with all Delphi versions.


I thought a decision was made several months ago that the last full 
release of ICS would be the last to continue backward compatibility of 
long obsolete compilers, preventing any language features added in the 
last six years being used in IC, like 64-bit streams, dynamic arrays, 
etc?  

So only Delphi 5 and later would be supported for new versions, and the 
unnecessary Delphi 1 conditional code would be removed.  


This is not for a new version, just for maintenance release.

--
[EMAIL PROTECTED]
http://www.overbyte.be


--
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] problem within a nt service (again)

2005-06-18 Thread Moacir Flávio Gonçalves
Yes, I already have even debug the thread with problem, and checked
that, the server and client events, both are called in the same thread, and,
an detail I haven't said before is that the client socket is being activated
inside
the serversocket event onconnect, I mean, when the listener socket becomes
available it starts the socketclient connection, is this a problem?

- Original Message -
From: Francois PIETTE [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Saturday, June 18, 2005 12:33 PM
Subject: Re: [twsocket] problem within a nt service (again)


There is no problem having an application a server and a client at the same
time.
If using a thread, be sure to have your components created from the thread's
execute method otherwise the events will not run in the thread's context. As
far as I remember, a service has a worker thread per subservice. Have a look
at the service source code if you have a Delphi version that include source
code.

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message -
From: Moacir Flvio Gonalves [EMAIL PROTECTED]
To: twsocket@elists.org
Sent: Saturday, June 18, 2005 4:03 PM
Subject: [twsocket] problem within a nt service (again)


 People,
 I'm actually debbuging my nt service is triggering an access violation
 reading address 0, and I

 start it over, putting one thing back at a time until I can find what is
 triggering the error.

 Well, now I found it and is like this:
 With only a TWSocketServer it run ok, no problem...
 With a TWSocketServer and a TWSocket - boom - the error appear.
 Well, actually the TWSocketServer and TWSocket are inside components of my
 own, and I believe

 they (my own) have problem, but the weird thing is:
 1- If they run alone - only a Server or only a Client, it runs ok, only
 together the problem

 arises;
 2- My service isn't multi-threaded - I HAVEN'T started any thread, BUT,
 the problem occurs in

 ANOTHER thread - sometimes i'm debugging and when a step the code it goes
 stack overflow and I

 call stack and threads (ctrl+alt+t) shows the other thread running...
 actually when a press F9 in

 that thread, debug comes back to my thread and I continue debugging it,
 until I it get back to

 the call that started (or F9, whatever) and the service is finished
 because of the other error.
 So I'm searching for my error, but, by the way, want to know if it can be
 another thing anyones

 had knowledge of.. (well, I have many applications server-only and
 client-only working well)...
 Please, if someone has a clue...
 Flavio


 --
 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



--
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




-- 
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] HttpSrv: implementing NTLM

2005-06-18 Thread Maurizio Lotauro
On 11-Jun-05 14:13:41 Francois PIETTE wrote:

Is there someone willing to implement NTLM
authentication into HTTP server component ?

If no other has offered yourself I can help you in this but only if
you have a documentation how to it should work. Otherwise I have no
idea how to start it.


Bye, Maurizio.


-- 
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] HTTP client component with gzip compression

2005-06-18 Thread Maurizio Lotauro
On 09-Jun-05 07:32:15 Francois PIETTE wrote:

[...]

 If you want I can try to add a logic similar to the one that I made for
 authentication (I'm not speaking of the fix).

You mean a class to encapsulate the compression feature ?
Well, why not ?

I looked into the changes but they are some steps that aren't very
clear to me. I hope I'll get some time in the next days even to read
the RFC about this topic.


Bye, Maurizio.


-- 
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