delphi-maps icon indicating copy to clipboard operation
delphi-maps copied to clipboard

v1.03 Error installing on Delphi 2010

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

Hi, I've downloaded version 1.03

There is an error while compiling at this unit:
DelphiMaps.Browser.ExternalContainer.pas

Please correct this procedure at line "fExternalObj := T.Create;":
//
constructor TExternalContainer<T>.Create(const HostedBrowser: TWebBrowser);
begin
  inherited;
  fExternalObj := T.Create;
end;
//


Compilation results:
[Error] DelphiMaps.Browser.ExternalContainer.pas(51): E2010 Incompatible types: 
'IDispatch' and 'T'


Original issue reported on code.google.com by [email protected] on 17 Jan 2013 at 8:09

GoogleCodeExporter avatar Mar 25 '15 00:03 GoogleCodeExporter