Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-28 Thread scconsulting
My customers (small and medium companies) all use Delphi 5, Delphi 7 and 
Delphi 2007.


None of them use XE and they don't plan to pay a mountain of cash to migrate 
in the forseable future.



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Why ICS prefers non-blocking sockets?

2011-02-22 Thread scconsulting

Abstraction classes, events and complexity are consulting bargains ;-)

-Message d'origine- 
From: Zvone 
Sent: Tuesday, February 22, 2011 2:26 PM 
To: ICS support mailing 
Subject: [twsocket] Why ICS prefers non-blocking sockets? 


So I am wondering why ICS prefers events when the code is so much simpler
without them?
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] ICS V5 and V6 installed at the same time ?

2009-09-23 Thread scconsulting

Ok thanks everyone for your answers.

I will use some virtual pc to solve the problem since I use only Delphi7 for 
the 2 projects and I do not plan to migrate to V7 for the moment.




- Original Message - 
From: "Arno Garrels" 

To: "ICS support mailing" 
Sent: Wednesday, September 23, 2009 1:38 PM
Subject: Re: [twsocket] ICS V5 and V6 installed at the same time ?



Hello,

No, it is not possible to install multiple versions in the
IDE at the same time. You should explicitly deinstall first under
Components/Install Packages and the install the other version.
Also it is very important to adjust any library paths (if any)
pointing to previous vc32 folder to current vc32 directory.
Sounds more complicated than it actually is.

Also consider to use V7 instead of V6, it's pretty stable.

--
Arno Garrels


scconsulting wrote:

Hello Everyone !

Is there any problem if I install ICS V5 AND V6 on the same computer
(and the same Delphi of course).  No components/compilation conflicts
?

Sorry if this question has already been posted, I tried to find it in
the mailing list archive but with no success.

Stephane

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] ICS V5 and V6 installed at the same time ?

2009-09-23 Thread scconsulting
Hello Everyone !

Is there any problem if I install ICS V5 AND V6 on the same computer (and the 
same Delphi of course).  No components/compilation conflicts ?

Sorry if this question has already been posted, I tried to find it in the 
mailing list archive but with no success.

Stephane
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] NIC list

2009-01-16 Thread scconsulting
Indeed if a "spy" is observing packets from the beginning of session this 
will not work, I was certainly drunk when I posted ;)

If I don't want to use https , given the fact I control the source of both 
client and server , is there any alternative mechanism I can use to avoid 
fake messages from clients  ?



- Original Message - 
From: "Florin Vancea" 
To: "ICS support mailing" 
Sent: Friday, January 16, 2009 7:23 AM
Subject: Re: [twsocket] NIC list


> Anyone capturing the session ID will capture the IP you send, too.
> If you are concerned about security, use https with your cookies.
>

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] NIC list

2009-01-15 Thread scconsulting
Hello guys !

Concerning NICs and IP list, is there any way on a web browser (IE7, FF3) to 
send the local network IP of the client computer to the HTTP server (made 
with ICS HttpServer) ?

(Example: I have 2 computers at home , one is directly connected to internet 
and has 2 IPs (external and local usually 192.168.0.1), and another with IP 
192.168.0.2)

Is there a way to send from inside the browser (using Javascript ?) the 
192.168.0.x IP to HTTP server and not only the real external IP.

I ask this question because I need in a multi player game to identify the IP 
of each player on the local network (else everyone has the same external IP 
from the HTTP server point of view). Of course I use also HTTP cookie with a 
sessionID inside but for security reasons I want to be sure that no one on 
LAN captured the sessionID of another IP and sends "fake" messages to 
server.

Thanks !



 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be