[twsocket] Fw: Sync THttpConnection derivative

2005-10-10 Thread Fastream Technologies
- Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: Fastream Technologies [EMAIL PROTECTED] Sent: Sunday, October 09, 2005 6:33 PM Subject: Re: [twsocket] Sync THttpConnection derivative Wrong address. -- [EMAIL PROTECTED] http://www.overbyte.be - Original

Re: [twsocket] Socket one to one

2005-10-10 Thread Werner
Thanks, I'll try this - Oorspronkelijk bericht - Van: Wilfried Mestdagh [EMAIL PROTECTED] Aan: ICS support mailing twsocket@elists.org Verzonden: zaterdag, oktober 08, 2005 11:28 Onderwerp: Re: [twsocket] Socket one to one Hello Werner, You always need a listening socket to accept

Re: [twsocket] Socket one to one

2005-10-10 Thread Werner
Thanks, I'll check this out At the server end just use a TWSocket instead of a TWSocketServer if you only need one client. Then it needs to listen: Socket.Listen; and when a connection comes in (SessionAvailable) you accept it: Socket.HSocket := Socket.Accept; Then the connection is

Re: [twsocket] Fw: Sync THttpConnection derivative

2005-10-10 Thread Francois Piette
WSocket_ioctlsocket(HSocket, ???, lCount); // What should be the parameters here? If you want the number of byte available for reading: FIONREAD. If you want to put the socket in blocking mode: FIONBIO You can find those values by looking in MSDN for the ioctlsocket description. --

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Francois Piette
When transmit a soap request, i get the error from my ISAPI dll : 'EDOMParse Error : An Invalid character was found in text content' Is it possible for you the get the invalid character ? This could give an idea about what is occuring. Maybe you have an accented character that is not properly

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Guillaume MAISON
Francois Piette a écrit : When transmit a soap request, i get the error from my ISAPI dll : 'EDOMParse Error : An Invalid character was found in text content' Is it possible for you the get the invalid character ? This could give an idea about what is occuring. Maybe you have an accented

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Frédéric SCHENCKEL
Hello, I've found the problem. I made an additionnal modification in the WebInterface unit from Sven Schmidts. The POST behaviour between html and SOAP requests is not the same. The data buffer from the ISAPI dll was empty. This is why I had this message with no useful indication ! If anyone

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Francois Piette
If anyone interested in the WebInterface unit, I posted all the corrections to Sven Schmidts. I am of course. Do you know if Sven plan to adopt your changes ? I ask because I'm faced with my website update. Do I need to have a second entry for you or can I keep a single entry for Sven and your

Re: [twsocket] Fw: Sync THttpConnection derivative

2005-10-10 Thread Francois PIETTE
I still get garbage data with NO HTTP header. Any idea why? No idea why. But did you use the debugger to verify that Data and DataLen have correct values ? To debug further, you can add an Windows.OutputDebugString in WSocket_Synchronized_send function to display what is really sent by the

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Frédéric SCHENCKEL
Hello, Sven said to me he will send you (françois) the changes. I think it's not necessary to have a new entry for me because i made only minor changes, Sven made the 'real' work ! If you have no infos from Sven I can give you the new unit, but I think it's better if it comes from Sven...

Re: [twsocket] New outfit for ICS

2005-10-10 Thread Arno Garrels
Francois PIETTE wrote: If 16x16, 24x24, and 32x32, all in 16 colors would be OK I'll give it a trial. Done, was realy a hard job, don't laugh! Changed the logo line as Benjamin suggested. Package: http://www.duodata.de/misc/ics_fresh_icons_dev.zip Includes the Corel10-source files as well as

Re: [twsocket] New outfit for ICS

2005-10-10 Thread Francois PIETTE
Francois PIETTE wrote: If 16x16, 24x24, and 32x32, all in 16 colors would be OK I'll give it a trial. Done, was realy a hard job, don't laugh! Thank you very much. Changed the logo line as Benjamin suggested. Package: http://www.duodata.de/misc/ics_fresh_icons_dev.zip Includes the

[twsocket] Missing F10 Key in EmulVT

2005-10-10 Thread John Dammeyer
Hi all, I've been working with EmulVT and Twsocket to create a net based clone of a standard windows CGA screen set up in C40 mode as interfaced to by Borland. I've been able to modify and add the appropriate methods in EmulVT.pas to create windows that are subsets of the 40x25 screen and have