Re: [twsocket] gphttpproxy component problem

2008-07-03 Thread Wilfried Mestdagh
Hello ibrahim, > Some pictures are not showing When the server close then the local connection is closed also. Probably all data is not transmitted to the client at this moment. Try to find this place in the code and replace Close or CloseDelayed with Shutdown(1). That's probably the reason. ---

[twsocket] gphttpproxy component problem

2008-07-03 Thread ibrahim bulut
Hi folks. I am writing an application with gphttpproxy component. I set proxy for internet explorer and sniffing the traffic. But i have a problem about proxy. If gphttpproxy component is active, users internet explorer is not working correctly. Some pictures are not showing and explor

Re: [twsocket] Component using TWSocket : installation problem

2008-07-03 Thread Engi
it's ok now. many thanks ! Le 03/07/2008 11:51, Olivier Sannier a écrit : > Engi wrote: > > What is the problem ? > > > > You ignored the warning message saying that ICsLogger is implicitely > imported in your package. You should add ICSBCB to the requires clause > of your package and recompi

Re: [twsocket] Component using TWSocket : installation problem

2008-07-03 Thread Olivier Sannier
Engi wrote: > What is the problem ? > You ignored the warning message saying that ICsLogger is implicitely imported in your package. You should add ICSBCB to the requires clause of your package and recompile it. -- To unsubscribe or change your settings for TWSocket mailing list please goto

[twsocket] Component using TWSocket : installation problem

2008-07-03 Thread Engi
Hi ! I'm writting a component which is inherited from TPageControl. Each tabsheet contains a pointer on TWSocket in private section. My TMyTabSheet.h file includes TWSocket.hpp. When I compile my component, all is fine. But when I try to install the component in components palette, I obtain the e