Re: [twsocket] THttpCli not returning?

2011-04-12 Thread David Lewis
Arno, I'm running with V7 here, although possibly not the latest iteration of it. Is there anything recently new to this component that may affect this functionality? Also, I don't have an accessible TimeOut parameter that I can set. Is this internal to the component only? Or is this a new

[twsocket] THttpCli not returning?

2011-04-11 Thread David Lewis
I have an application that retrieves a single image over HTTP from a video server every 60 seconds. This is does over GPRS so at times can be a little slow, but in general there are no issues. I'm using the THttpCli component to get the Get( ) the images within BDS2006, C++ flavour.

[twsocket] Correct termination logic

2011-02-14 Thread David Lewis
Hi, I am developing an application that uses both a TWSocketServer/TTcpSrvClient for TCP comms and a THttpCli to retrieve periodic images over HTTP. I'm doing this in C++ in BDS2006. All components are created (new) in code, so not present on the forms, and then deleted in class

Re: [twsocket] THttpServer POST

2010-09-10 Thread David Lewis
( ); } else // Not Finished Yet! { cl_LoggerClass-me_AddLog(POST segment received. Awaiting more..., LOG_INFO); } } On 09/09/2010 13:49, Arno Garrels wrote: David Lewis wrote: I'm putting together a basic web server for a small application to communicate with. I have the GET

[twsocket] THttpServer POST

2010-09-09 Thread David Lewis
I'm putting together a basic web server for a small application to communicate with. I have the GET event working as intended, but am having difficulty with the POST event. The event fires, but I can't seem to work out where to find the POST data... I tried: ((THttpConnection

Re: [twsocket] Compiling ICSBCB100 project for ICS v5

2007-04-03 Thread David Lewis
I've just managed to update my system with BDS2006 and I am trying to get ICS installed correctly within this new IDE, under the C++ identity. I used the link Download the latest ICS-V5 Distribution javascript:top.StartDownload('eng', 'arch/ics.zip'); on the ICS website today to get the

[twsocket] Testing (NM)

2006-11-08 Thread David Lewis
-- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] IP Messages

2006-05-19 Thread David Lewis
Hi, I've done a lot of work before with serial communications, but it seems that things don't work as simply as RS232/485 in the IP world. I'm setting up a client/server situation using ICS's WSocket WSocketServer. These modules need to be able to transfer lots of data blocks between each

Re: [twsocket] Just got my hands on BDS2006 BUT...

2006-04-20 Thread David Lewis
So ICS doesn't fully support C++ any more? Is this the official path now for ICS, or just a single opinion here? In which case, you should edit the front page of the website where it reads: with /full source code/ for all *Delphi* and *C++Builder* versions. And yes. I am part of that 'minority',

Re: [twsocket] Any BCB users out there?

2006-03-08 Thread David Lewis
- From: David Lewis [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, March 08, 2006 9:55 AM Subject: Re: [twsocket] Any BCB users out there? I'm currently using BCB5, although currently reviewing BDS for a possible upgrade. For installation, I just

Re: [twsocket] Any BCB users out there?

2006-03-07 Thread David Lewis
I'm currently using BCB5, although currently reviewing BDS for a possible upgrade. For installation, I just unzip then open IcsBcb50.bpk in the IDE then compile from there. Dave Fastream Technologies wrote: Hello, As far as I can remember, we are not the only BCB users here on this list.

[twsocket] Port Access

2006-01-24 Thread David Lewis
Hi, I have a client service that connects and gathers data and then throws this data out in a stream on port 60500. This client is 3rd party and I cannot alter it. However, it is known to be working product. What I need to be able to do is connect to that stream stream of data on port 60500,

Re: [twsocket] Email Failing

2005-11-14 Thread David Lewis
cause the break, and what error / RqType it is ? I think in both cases you should call Abort(); --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, November 14, 2005, 10:33, David Lewis wrote: I've got an application that I wrote

Re: [twsocket] OK to Receiving 2GB ?

2005-10-31 Thread David Lewis
1500 is the 'standard' MTU allocated. This is optimised for LAN However, most internet 'optimisers' tend to adjust this value based on your connection so this value is prone to change. (dial-up I believe is recommended to have an MTU of 576) There are programs out that that will read/set this

[twsocket] Post Error?

2005-10-31 Thread David Lewis
When replying to a topic here, I received this reply (the mail seemed to still appear in the list though): This is the Postfix program at host jester.tesla.co.il. I'm sorry to have to inform you that your message could not be be delivered to one or more recipients. It's attached below. For

Re: [twsocket] Post Error?

2005-10-31 Thread David Lewis
- From: David Lewis [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, October 31, 2005 10:11 AM Subject: [twsocket] Post Error? When replying to a topic here, I received this reply (the mail seemed to still appear in the list though): This is the Postfix program

Re: [twsocket] Client/Server

2005-09-07 Thread David Lewis
Further investigation has solved a few things... I was getting a ltitle confused by the data being sent by the component, and not by me. I wasn't expecting this data Welcome to TcpSrv so wasn't ready to handle it. I was also a little off-target by expecting my data to be sent at the time I

[twsocket] Client/Server

2005-09-06 Thread David Lewis
I've been trying to sort out a stable client/server connection with ICS but I'm having a few difficulties, and I'm thinking that maybe my understanding of how it works may be a little wrong. Initially, I am building one application which can act as a client server, and put one on the remote

Re: [twsocket] Client/Server

2005-09-06 Thread David Lewis
a number of different ways of doing this, but each way doesn't seem to have reliable communications. Should be very reliable. If you can provide some more detail of what the problem is, then we all very glad to help. --- Rgds, Wilfried http://www.mestdagh.biz Tuesday, September 6, 2005, 10:55, David