Are you using C++ Builder 2006 with upgrade #1 ?
Without the first upgrade, C++ is only a preview (this means a lot of bugs).
Which ICS are you using ? I suggest you download latest ICS-BETA (V5) from my 
website.
What is the demo program HttpTst saying with your URL ?

--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be



----- Original Message ----- 
From: "Yves Palma" <[EMAIL PROTECTED]>
To: "'ICS support mailing'" <twsocket@elists.org>
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 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 ?!?
>  
> 
> In fact, it's a bug from Borland debugger...
> Because when I do Form1->Caption=httpcli1->URL, I get the correct URL.
> 
> But HttpCli still doesnt work.
> 
> I get the message 'Component Busy' when I do :
> 
> httpcli1=new THttpCli(NULL);
> httpcli1->MultiThreaded=true;
> httpcli1->URL=AnsiString( "http://...  " );
> httpcli1->GET();
> 
> 
> 
> I get the message 'cant resolve Hostname to IP Address' when I do :
> 
> httpcli1=new THttpCli(NULL);
> /*  httpcli1->MultiThreaded=true; */
> httpcli1->URL=AnsiString( "http://...  " );
> httpcli1->GET();
> 
> 
> And the same program worked fine under BC++6.0 ?!?
> 
> Any idea ?
> 
> Yves
> 
> 
> 
> -- 
> 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
-- 
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

Reply via email to