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
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
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
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
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
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
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
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
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
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
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
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
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
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
?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
?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
?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
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
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
19 matches
Mail list logo