Re: [twsocket] SocketSpy to C++ Problem

2011-01-28 Thread Richard Christman
Hi Arno, I went back over everything you provided for me and I finally got it! I have it working now. Thanks so much, Richard -- 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

Re: [twsocket] SocketSpy to C++ Problem

2011-01-23 Thread Richard Christman
Hi Arno, > -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Arno Garrels > Sent: Sunday, January 23, 2011 1:09 AM > To: ICS support mailing > Subject: Re: [twsocket] SocketSpy to C++ Problem > > Richard, &

Re: [twsocket] SocketSpy to C++ Problem

2011-01-23 Thread Arno Garrels
Richard, > I was looking over my project and see that the processmessages loop I > said allows the program to complete successfully is enabled. To allow > the error this needs to be commented out. It's at the end of > WSocketServerClientConnect. I removed these lines. However it works (basicall

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
socket-boun...@elists.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Arno Garrels > Sent: Saturday, January 22, 2011 12:29 PM > To: ICS support mailing > Subject: Re: [twsocket] SocketSpy to C++ Problem > > Richard Christman wrote: > > Hi Arno, > > > > I took

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
> -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Arno Garrels > Sent: Saturday, January 22, 2011 12:29 PM > To: ICS support mailing > Subject: Re: [twsocket] SocketSpy to C++ Problem > > Richard Chri

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Arno Garrels
Richard Christman wrote: > Hi Arno, > > I took out the banner and still the error. I took out banner and > bannertoobusy (individually and both together) and neither made > difference. > > I also commented out all logging last week and no difference from that > either. I tested with 2010 with s

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
ts.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Arno Garrels > Sent: Saturday, January 22, 2011 4:11 AM > To: ICS support mailing > Subject: Re: [twsocket] SocketSpy to C++ Problem > > Richard, > > Do not send a server banner: > > void __fastcall TSocke

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
ied Mestdagh > Sent: Saturday, January 22, 2011 3:00 AM > To: 'ICS support mailing' > Subject: Re: [twsocket] SocketSpy to C++ Problem > > Hi, > > > Sorry again, Francois told me and I missed it. > > https://www.quicksilvermail.net/socketspyc.z

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Arno Garrels
Richard, Do not send a server banner: void __fastcall TSocketWin::ListenBtnClick(TObject *Sender) { if (ListenBtn->Tag == 0) { NNTPLog->Clear(); WSocketServer->Banner = ""; //<== ! Make sure this one doesn't AV : void __fastcall TSocketWin::Log(AnsiString Msg) { while (Msg.Len

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Wilfried Mestdagh
.@elists.org [mailto:twsocket-boun...@elists.org] > Namens Richard Christman > Verzonden: zaterdag 22 januari 2011 9:45 > Aan: twsocket@elists.org > Onderwerp: [twsocket] SocketSpy to C++ Problem > > Hi All, > > Sorry again, Francois told me and I missed it. > > http

[twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
Hi All, Sorry again, Francois told me and I missed it. https://www.quicksilvermail.net/socketspyc.zip I have done a cbuilder translation of Mr. Mestdagh's SpocketSpy program. But, I have a problem. When I run the program and try to connect with a server, I get this immediate error: "An unknown

[twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
Hi All, My apologies. When the list sent my message to me, there was no attachment. I'm going to try again in case I screwed this up. If it arrives without it please tell me how I'm to include my project. I have done a cbuilder translation of Mr. Mestdagh's SpocketSpy program. But, I have a pr

[twsocket] SocketSpy to C++ Problem

2011-01-21 Thread richard
Hi All, I have done a cbuilder translation of Mr. Mestdagh's SpocketSpy program. But, I have a problem. When I run the program and try to connect with a server, I get this immediate error: "An unknown response was received in response to a request for information from the news server 'SocketSp

Re: [twsocket] SocketSpy (2nd request)

2011-01-21 Thread Francois PIETTE
I'm using Vista64. My source code is included below. I hope you'll forgive me if I have included too much code. My program is 257 lines. It is better that you provide a complete test project (source code only) so that anybody wanting to help can be started quickly with your code. Don't attac

[twsocket] SocketSpy (2nd request)

2011-01-20 Thread richard
Hi All, I have done a cbuilder translation of Mr. Mestdagh's SpocketSpy program. But, I have a problem. When I run the program and try to connect with a server, I get this immediate error: "An unknown response was received in response to a request for information from the news server 'SocketSp

[twsocket] SocketSpy

2011-01-15 Thread richard
Hi All, I have done a cbuilder translation of Mr. Mestdagh's SpocketSpy program. But, I have a problem. When I run the program and try to connect with a server, I get this immediate error: "An unknown response was received in response to a request for information from the news server 'SocketSp

Re: [twsocket] SocketSpy Re-Reply

2005-11-01 Thread Wilfried Mestdagh
Hello, Sorry, you need a typecast: Client := TClient(WSocketServer.Client[n]); --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, November 1, 2005, 11:09, ICSNewbie2005 wrote: > Hi Mr. Wilfried M., > Yes below is code I am talking ab

[twsocket] SocketSpy Re-Reply

2005-11-01 Thread ICSNewbie2005
Hi Mr. Wilfried M., Yes below is code I am talking about =), When i went to compile though it say Incompatible types. Client which is of Type (TClient) and the assignment to wSocketServer.Client[] which is of Type (TWSocketClient). Lol i did not know sending data to 2 different connection make so h

Re: [twsocket] SocketSpy Specific

2005-10-31 Thread Wilfried Mestdagh
Hello, This will send 'str1' to all local connections, and 'str2' to all remote connections. Is it this what you ask for ? procedure TForm1.SendToAllBtnClick(Sender: TObject); var n: integer; Client: TClient; begin for n := 0 to WSocketServer.ClientCount - 1 do try Client := WSocke

[twsocket] SocketSpy Specific

2005-10-31 Thread ICSNewbie2005
Wilfried, ty for quick response, i hope this gets to the mailing list as my last message has not posted. Maybe i can better explain what i'm talking about in better details. I have socketspy open on my PC and i'd like to send one specific packet to local connection and one specific packet to remot

[twsocket] SocketSpy (User Made) Question...

2005-10-31 Thread ICSNewbie2005
Thanks for quick response :) I have 1 button (TButton) on my main Delphi form and when i click that button i send 2 different packets. 1 packet goes to local connection and other packet go to remote connection. How would i do this then? RemoteSocket.SendStr(data2) sends data to remote connection, h

Re: [twsocket] SocketSpy (User Made) Question...

2005-10-31 Thread Wilfried Mestdagh
Hello brock, I'm not sure I understeand what you try to do but: > declared separately in the unit. When i tried to remove the RemoteSocket > declaration from > type > TClient = class(TWSocketClient) > and make it a global variable when sending local and remote data at the same You cannot. Rem

[twsocket] SocketSpy (User Made) Question...

2005-10-30 Thread brock williams
hi i was looking through SocketSpy source code under "User Made" section of ICS website and when i tested program i was curious about something. If i would like to send data (packets) to both the remote connection and local connection how would i do so? A TWSocketServer component exist on the form