Re: [twsocket] Client/Server Demo

2010-10-07 Thread simon
?i can make you a demo if you wish with basic chat funcation and room support with 64bit encoding for string commands ... -Original Message- From: Signed Source® Project Sent: Thursday, October 07, 2010 6:58 PM To: ICS support mailing Subject: Re: [twsocket] Client/Server Demo On 7.10

[twsocket] problem making a custom wrapper/vcl from overbyte server socket.

2010-11-30 Thread simon
?I have a small problem I made a vcl wrapper of the overbyte client socket so that I can add my custom data to it with out editing the main overbyte source problem I have is when I try to build my app my wrapper can not find the client[x].function for my add-ons because right now it says my func

Re: [twsocket] problem making a custom wrapper/vcl from overbyteserversocket.

2010-11-30 Thread simon
?here my code so fare http://projects.psd-designs.com/servercode.txt so you can see what am trying to do basically all I want is a custom vcl based on the serversocket so that am able to add my own options with out effecting overbyte source. -Original Message- From: Arno Garrels Se

[twsocket] disconnect problem with tcp socket

2011-02-10 Thread Simon
Hello, am building a chat system and when a user is disconnected from there host there id is stuck within the socket so am wondering is there anyway of removing dead IDs once connection is lost to server? thanks -- To unsubscribe or change your settings for TWSocket mailing list please goto http

Re: [twsocket] TWSocket Digest, Vol 414, Issue 2

2011-03-08 Thread simon
As off 07/03/2011, due to the high volume of emails Simon will no longer be taking any support emails of any form to this email address all support emails will be auto deleted. If you require support for one of our products or websites please e-mail: supp...@psd-designs.com -- To unsubscribe

Re: [twsocket] TWSocket Digest, Vol 414, Issue 3

2011-03-09 Thread simon
As off 07/03/2011, due to the high volume of emails Simon will no longer be taking any support emails of any form to this email address all support emails will be auto deleted. If you require support for one of our products or websites please e-mail: supp...@psd-designs.com -- To unsubscribe

Re: [twsocket] TWSocket Digest, Vol 424, Issue 4

2011-05-19 Thread simon
As off 07/03/2011, due to the high volume of emails Simon will no longer be taking any support emails of any form to this email address all support emails will be auto deleted. If you require support for one of our products or websites please e-mail: supp...@psd-designs.com -- To unsubscribe

Re: [twsocket] TWSocket Digest, Vol 424, Issue 5

2011-05-20 Thread simon
As off 07/03/2011, due to the high volume of emails Simon will no longer be taking any support emails of any form to this email address all support emails will be auto deleted. If you require support for one of our products or websites please e-mail: supp...@psd-designs.com -- To unsubscribe

[twsocket] how to stream images via client and server socket?

2012-02-16 Thread Simon
Am looking for way to stream image data with client /server sockets so that i can broadcast same image to all connected clients as anyone got a working demo or can help me with this ? thank a lot Yours Simon Lewis -- To unsubscribe or change your settings for TWSocket mailing list please goto

[twsocket] MimeTypesList error in delphix xe 2 update 4

2012-03-22 Thread Simon
Hello, any one else having compiling and installing errors with the latest SVN source in Delphi xe2 update 4???. Here what i keep getting: GroupDescendentsWith(TMimeTypesList, TControl); [DCC Error] OverbyteIcsReg.pas(98): E2003 Undeclared identifier: 'TMimeTypesList' anyone have any ide

Re: [twsocket] TWSocket Digest, Vol 468, Issue 2

2012-03-22 Thread Simon
ist error in delphix xe 2 update 4 (Simon) 2. Re: MimeTypesList error in delphix xe 2 update 4 (Angus Robertson - Magenta Systems Ltd) -- Message: 1 Date: Thu, 22 Mar 2012 11:30:37 - From: "Simon" Subject

[twsocket] how to reject same ip once already connected?

2012-04-14 Thread Simon
I been trying to make my server reject ip’s that are already connected to system for i := 0 to (SocketServer.ClientCount -1) do begin if (SocketServer.Client[i].GetPeerAddr = rSocket.GetPeerAddr) AND (SocketServer.Client[i].Handle <> rSocket.Handle) then begin // send message to client Exit; end; e

[twsocket] A small issue with socket reconnection [HELP]

2012-05-01 Thread Simon
cleared out of socket so on but soon as i go to reconnect to server i will get connected then disconnected right away but if i close my app and login as normal it works fine. has anyone else has similar problems to this and if so how did you fix it?? Thanks Yours Simon -- To unsubscribe or change

[twsocket] how to compile overbyte for windows 64 platform?

2012-05-02 Thread Simon
Am trying to compile my server into a win64 exe but can not seam to get overbyte to work i get following error [DCC Fatal Error] mainserverunit.pas(24): F2048 Bad unit format: 'OverbyteIcsWndControl.dcu' - Expected version: 23.0, Windows Unicode(x64) Found version: 23.0, Windows Unicode(x86) a

[twsocket] HttpCli and Proxy Server interaction

2007-04-17 Thread Simon Saraga
Hello, I am using HttpCli to connect to a server in my application. Sometimes I need to use proxy settings, which I can easily detect from IE registry settings. My question is that I need to determine if one of the proxy settings includes a username and password. How can I query a serve

[twsocket] socket lossing traffic after 2/3 days

2011-04-19 Thread Simon Lewis
incoming data from logins but anyone else that was already connected would not be effected at all until there log off site and turned to re-login then there would get connecting fail message has anyone else has this issue?? Yours Simon lewis -- To unsubscribe or change your settings for TWSocket

[twsocket] problem with ping and server index error

2011-08-07 Thread Simon Lewis
send information to clients that are no longer active on the server. so i was wondering if anyone else had this problem and what was the solution to fix it ? thanks yours simon -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman

[twsocket] happy independece day ICS

2011-09-26 Thread Simon Lewis
hey ICS this has been the greatest experience of my life http://www.nbcl0.com -- 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] Modal Forms

2005-07-05 Thread Simon Lai
Hi, What is the standard solution for overcoming the problem that modal forms cause - ie they stop message processing and hence socket I/O. Is there a compatible form that achieves the same result that doesn't have this problem? regs