Re: [twsocket] Installing ICS under windows 3.11

2005-08-14 Thread Merijn Terheggen
If you can compile C++, you could check if you can use something out of the ptypes library. Since you only need communication and not all the overhead... How about setting up the communication thru SOAP? There *should* be a DOS implementation of SOAP out there somewhere... (perl on DOS? perl can d

[twsocket] Installing ICS under windows 3.11

2005-08-14 Thread Carl Hendry
Please help: I need to establish a program to program connection between two computers; one running windows XP, the other running Windows 3.11. I have Delphi 7 on the XP and Delphi 1 on the 3.11. I was going to install the ICS suite on the 3.11, but ICS uses long filenames which are not legal in

Re: [twsocket] Twsocketserver

2005-08-14 Thread brian
You could use a custom small header on every packet you send, i.e. first 2-4 bytes being the packet size, so when you receive data you add to a buffer and check if it reached the total size of the packet. If it has not, do nothing, if it has, complete the buffer and send the data packet to a pr

Re: [twsocket] HttpCli content encoding

2005-08-14 Thread Maurizio Lotauro
On 13-Aug-05 08:46:47 Francois PIETTE wrote: Thank Francois for your answer. I hope other people will partecipate to this discussion. >a) Isn't it possible to defer call to THttpContentCoding.GetCoding until it >is really needed so that exceptions are raise at that time ? I made some changes, no

Re: [twsocket] [TMimeDec] Preamble and Epilogue

2005-08-14 Thread Piotr Hellrayzer Dałek
Hello! > Piotr, > Can you provide an enhanced unit with your fixes ? > Remember that the fixes should not break existing code ! I'm on vacation right now, and that's why I respond so slowly. I'll apply my fixes in the meantime, and send complete unit to you. Thanks for your patience. :) -- P

[twsocket] Twsocketserver

2005-08-14 Thread Igor Pokorny
Hi guys, I do have a realtime application communicates to one side by USB and to the other acts as http server and/or TCPserver. I am trying to use ICS http server and everything seems OK. I use another free component of TCP server that has to run in different thread because of not event driven

Re: [twsocket] Update the browse

2005-08-14 Thread Francois PIETTE
> I built a HTTP server using the ISC HTTPSever component and I have a > question, I need update the browse by the server side without the browse > send a request to me > > Is it possible? > If yes how can I do this? Technically, it is possible except the HTTP protocol has no provison for doing t

[twsocket] Update the browse

2005-08-14 Thread Gleison Gibellato da Silva
I just started to use ICS components and they appear very simple to use and powerfull, the sample help a lot for me that have a small knowlegment in HTTP protocol. I built a HTTP server using the ISC HTTPSever component and I have a question, I need update the browse by the server side without t