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

any ideas?

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


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

2012-05-01 Thread Simon
I have a simple chat system were users can re-login and change there usernames 
however ever seen i updated my delphi to xe 2 update 4 my relogin feature has 
stopped working.

after debugging the code I am lost to find out as to why as there seams to be 
no problems with my code username is 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 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] 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;
end;
but don't seam to be able to get it working can sum one help please??
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

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

2012-03-22 Thread Simon
Yes i got latest only updated today and still same thing am wondering if its 
sum thing to do with update 4 as it was working fine before i updated.


maybe need to reinstall delphi and leave update 4 out for now.

-Original Message- 
From: twsocket-requ...@elists.org

Sent: Thursday, March 22, 2012 12:00 PM
To: twsocket@elists.org
Subject: TWSocket Digest, Vol 468, Issue 2

Send TWSocket mailing list submissions to
twsocket@elists.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
or, via email, send a message with subject or body 'help' to
twsocket-requ...@elists.org

You can reach the person managing the list at
twsocket-ow...@elists.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TWSocket digest..."


Today's Topics:

  1. MimeTypesList 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] MimeTypesList error in delphix xe 2 update 4
To: 
Message-ID: 
Content-Type: text/plain; charset="iso-8859-1"

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 ideas how to fix this?



thanks alot


--

Message: 2
Date: Thu, 22 Mar 2012 11:55 + (GMT Standard Time)
From: "Angus Robertson - Magenta Systems Ltd" 
Subject: Re: [twsocket] MimeTypesList error in delphix xe 2 update 4
To: twsocket@elists.org
Message-ID: 
Content-Type: text/plain; charset="iso-8859-1"


*Subject:* [twsocket] MimeTypesList error in delphix xe 2 update 4
Hello, any one else having compiling and installing errors with the
latest SVN source in Delphi xe2 update 4???.

[DCC Error] OverbyteIcsReg.pas(98): E2003 Undeclared identifier:
'TMimeTypesList'


I installed the latest SVN in XE2 yesterday without any problems, but I'm
not on update 4 yet.  There have been a lot of SVN updates in the last
couple of days, things are dynamic at the moment.

Angus



--

___
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

End of TWSocket Digest, Vol 468, Issue 2
 


--
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] 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 ideas how to fix this?



thanks alot
--
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] 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 http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[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] problem with ping and server index error

2011-08-07 Thread Simon Lewis
We have a small issue with out client/server connection and disconnection code 
everything works fine until a user connection fails from there site (internet 
kick) and then our server will get a index error on sending ping to all users I 
think the problem is that the server is still trying to 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/listinfo/twsocket
Visit our website at http://www.overbyte.be


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 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] 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 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] socket lossing traffic after 2/3 days

2011-04-19 Thread Simon Lewis
Am running a chat system using tcp for data transfer but I have a problem am 
unable to fix and was wondering if anyone else had this issue.

basically when using my app for more then 3 days it would cash but not a full 
socket crash were it would boot people it would just stop accepting new 
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 mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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 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] 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 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] 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://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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

Sent: Tuesday, November 30, 2010 1:59 PM
To: ICS support mailing
Subject: Re: [twsocket] problem making a custom wrapper/vcl from 
overbyteserversocket.


si...@psd-designs.com wrote:

?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 functions are undeclared when there in the
public section and work fine if I don't use client[x] functions below
is a example ...

[code]
 SocketServer.Client[i].Rank;
[/code]

[Pascal Error] mainserverunit.pas(407): E2003 Undeclared identifier:
'Rank'

so my question is how do I have the function so that I can use the
client[x] feature in my wrapper?


What do you call a VCL wrapper? You should derive your own class
from TWSocketClient as shown the (OverbyteIcs)TcpSrv demo.
Don't forget to tell the server the new client class:
WSocketServer1.ClientClass := TMyTcpSrvClient;
After that is done you have to cast the client objects explicitly
like (SocketServer1.Client[i] as TMyTcpSrvClient).Rank or
TMyTcpSrvClient(SocketServer1.Client[i]).Rank.

--
Arno Garrels
--
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] 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 functions are 
undeclared when there in the public section and work fine if I don't use 
client[x] functions below is a example ...

[code]
  SocketServer.Client[i].Rank;
[/code]

[Pascal Error] mainserverunit.pas(407): E2003 Undeclared identifier: 'Rank'

so my question is how do I have the function so that I can use the client[x] 
feature in my wrapper?

thanks for the help
--
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] 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.2010 20:20, RTT wrote:



Is it possible to encrypt the connection between the client and server?

 The connection, or your custom data?
--
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


It would be perfect to do it for both.

-daniel

--
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] 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 server to determine if a 
username and password is expected?  I only want to display the password dialog 
to the user that needs to input that infomation on their specific server.  I 
don't want the password dialog to appear when it is not needed.
   
  Your help is greatly appreciated.
   
  Thank you.

   
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.
-- 
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] 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

Simon

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