delphi-maps
delphi-maps copied to clipboard
v1.03 Error installing on Delphi 2010
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