Recent

Author Topic: WinCE and Indy  (Read 5064 times)

Dibo

  • Hero Member
  • *****
  • Posts: 1048
WinCE and Indy
« on: August 17, 2009, 10:08:21 pm »
Hi,
I have a problem with Indy on WinCE. On project website is information that Indy runs on WinCE. But this test code kills the application. I have the latest Indy 10.2.0.3
Code: [Select]
procedure TForm1.Button1Click(Sender: TObject);
 var
  aHttp: TIdHTTP;
begin
  aHttp := TIdHTTP.Create(nil);
  try
    Memo1.Text := aHttp.Get('http://www.google.com');
  finally
    aHttp.Free;
  end;
end;
Must I compile project with some special compiler defines?

Regards

 

TinyPortal © 2005-2018