Re: [twsocket] RE : Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Francois Piette
CS support mailing'" Sent: Wednesday, February 22, 2006 4:06 PM Subject: [twsocket] RE : Problem with HttpCLI under C++Builder2006 > Yves wrote : > > I have installed ICS under C++Builder2006. > > But my program, which was running fine under C++Builder6, doesn't wo

[twsocket] RE : Problem with HttpCLI under C++Builder2006

2006-02-22 Thread Yves Palma
Yves wrote : > I have installed ICS under C++Builder2006. > But my program, which was running fine under C++Builder6, doesn't work > httpcli1=new THttpCli(NULL); > httpcli1->URL=AnsiString( "http://... " ); > and I debug my prog, I still have httpcli1->URL=NULL > I'm not able to set my URL ?!?