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

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 >

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

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] 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] Fw: Sync THttpConnection derivative

2005-10-10 Thread Fastream Technologies
Hello and thanks for your replies, I now have the following code that do not raise any exception: In the connection class derived from TWebConnection: Pause(); int iMode = 0; WSocket_ioctlsocket(HSocket, FIONBIO, iMode); if(!serve

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 you

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

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 proper

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 Fredrik Larsson
It might that you send some special character that gets encoded through the webserver. You probably need to decode the text. Try to send just A to Z characters to start with and no weird signs like é ü et c. Regards, Fredrik. -Original Message- When transmit a soap request, i get the err

[twsocket] ThttpServer and SOAP

2005-10-10 Thread Frédéric SCHENCKEL
Hello, I'm using François's HttpServer and TICSIsapi component from Sven Schmidts. I've slightly modified TICSIsapi to handle the soap requests (wsdl and so on). This part is working. But i'm facing another problem : When transmit a soap request, i get the error from my ISAPI dll : 'EDOMP

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

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" Verzonden: zaterdag, oktober 08, 2005 11:28 Onderwerp: Re: [twsocket] Socket one to one > Hello Werner, > > You always need a listening socket to accept inbound con

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