[twsocket] RE : RE : RE : THttpCli in TDatamodule (Console program)

2006-04-13 Thread Yves Palma
> In fact I have an AV with any ICS component (if I create a new TForm > project and add a Tping component and then run the program, I get the > AV) The AV is in rtl100.bpl I have solved my problem. I need to unselect 'build with packages' on my Project Options / Packages. I don't have any AV (A

[twsocket] RE : RE : THttpCli in TDatamodule (Console program)

2006-04-13 Thread Yves Palma
> Using the debugger, you should see the code line where the AV occur. > Add the component source code to your project to have the debugger > break onto the component if needed. In fact I have an AV with any ICS component (if I create a new TForm project and add a Tping component and then run t

[twsocket] RE : THttpCli in TDatamodule (Console program)

2006-04-13 Thread Yves Palma
> But when I run my program, I get an EAccesViolation message in > rtl100.bpl module. > (When I use THttpcli on a TForm project, it runs ok) Sorry, But I have tried a new project with a TForm and THttpcli and I have the same error !?! I have used Builder2006 on march 2006 and ICS was running ok

[twsocket] THttpCli in TDatamodule (Console program)

2006-04-13 Thread Yves Palma
Hello, I try to use THttpCli component with a console program (without Forms, .). I have added an TDataModule to my project and put the THttpCli on it. But when I run my program, I get an EAccesViolation message in rtl100.bpl module. If I don't put the component on my DataModule, but I do : h

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

2006-02-28 Thread Yves Palma
> Are you using C++ Builder 2006 with upgrade #1 ? I was using C++ Builder 2006 Free demo download. But today, I get the French C++ Builder 2006 that I bought 2 months ago. And ICS HttpCLI component works fine with it :-) Thank You. Yves -- To unsubscribe or change your settings for TWSock

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

2006-02-22 Thread Yves Palma
> What is the demo program HttpTst saying with your URL ? When I type 'http://www.yahoo.fr' on the URL box, and then I click 'Get' Button, the following text appears on DisplayMemo : cmd> GET / HTTP/1.0 cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* cmd> Host: www.rtfm.be

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

2006-02-22 Thread Yves Palma
Thank You for your Reply. > Are you using C++ Builder 2006 with upgrade #1 ? I have downloaded the evaluation version from Borland : BorlandR C++BuilderR for MicrosoftR WindowsT Version 10.0.2166.28377 Copyright C 2005 BorlandR Software Corporation. All Rights Reserved. Update 1 (The French Versio

[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 ?!?

[twsocket] Problem with HttpCLI under C++Builder2006

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