[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

[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

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Wilfried Mestdagh
Hi, Sorry again, Francois told me and I missed it. https://www.quicksilvermail.net/socketspyc.zip Glad it is solved :) -- mvg, Wilfried http://www.mestdagh.biz http://www.comfortsoftware.be http://www.expertsoftware.be -Oorspronkelijk bericht- Van: twsocket-boun...@elists.org

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.Length()

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
Sorry for the confusion, my problem isn't solved... It was getting you the project that was solved. My problem with translating SocketSpy isn't fixed. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Wilfried Mestdagh Sent:

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
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. -Original Message- From: twsocket-boun...@elists.org

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 some

Re: [twsocket] Midware create serverobject 'problem'.

2011-01-22 Thread Francois PIETTE
Hi ! Search where v.pas file is on your system and add that folder to Delphi search path. It is likely that this file is in midware folder. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS)

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 Christman wrote: Hi Arno, I took

Re: [twsocket] Midware create serverobject 'problem'.

2011-01-22 Thread Francois PIETTE
PS, i do not find any v.pas, is this really needed? Actually I wanted to type CTRL+V to insert 'OverbyteSObjBdeSql' I copied but ctrl key was lost :-( -- francois.pie...@overbyte.be http://www.overbyte.be - Original Message - From: Ruud Kerstens ruud.kerst...@hotmail.com To:

Re: [twsocket] Midware create serverobject 'problem'.

2011-01-22 Thread Ruud Kerstens
Hi Francois, Got the first server working now, so that is fine. Just discovered that when i change the objserver file, i need to recompile this component to get it working, but it works just fine. Despite of the demo's i see for ADO and BDE, i am using another database (absolutedatabase :

Re: [twsocket] SocketSpy to C++ Problem

2011-01-22 Thread Richard Christman
Hi Arno, 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. -Original Message- From: