Google Code Exporter

Results 11083 issues of Google Code Exporter

``` on attach file, do you have solution.. Thank you.. ``` Original issue reported on code.google.com by `[email protected]` on 19 Aug 2013 at 10:15 Attachments: - [error_inst_map_component.png](https://storage.googleapis.com/google-code-attachments/delphimaps/issue-19/comment-0/error_inst_map_component.png)

Priority-Medium
Type-Defect
auto-migrated

``` function TGLatLngBounds.getSouthWest: TGLatLng; begin Result := FSouthWest; end; (There was an "F" missing.) ``` Original issue reported on code.google.com by `[email protected]` on 18 May 2013 at 3:15

Priority-Medium
Type-Defect
auto-migrated

``` because TGLatLngBounds does not have a method function ToWmsBBox: string; This method must look like this: function TGLatLngBounds.ToWmsBBox: string; begin Result := Format('%g,%g,%g,%g',[ FSouthWest.FLng, FSouthWest.FLat, FNorthEast.FLng , FNorthEast.FLat]); end;...

Priority-Medium
Type-Defect
auto-migrated

``` Error when install into Delphi XE3: Messages: [dcc32 Error] DelphiMaps.Browser.pas(361): E2009 Incompatible types: 'Parameter lists differ' [dcc32 Fatal Error] DelphiMaps.Browser.Event.pas(7): F2063 Could not compile used unit 'DelphiMaps.Browser.pas' ``` Original...

Priority-Medium
Type-Defect
auto-migrated

``` I'm trying to install the components to Delphi 2007......However I keep getting the following error window ////////////////////////////////////////////// Unable to load project...... Only one top level element is allowed in...

Priority-Medium
Type-Defect
auto-migrated

``` I am uploading a new version. I made changes to allow it to compile in Delphi XE2 (see previous issue #13). Most of the changes were just format changes,...

Priority-Medium
Type-Defect
auto-migrated

``` I have all of the Demo projects compiling in Delphi XE2. I am attaching a zip file with the corrected files. Here are the steps and code changes I...

Priority-Medium
Type-Defect
auto-migrated

``` 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.Create(const HostedBrowser: TWebBrowser);...

Priority-Medium
Type-Defect
auto-migrated

``` I tried to install the components as described in the txt file I get this message - not that it matters but it shouldn't be shown. [DCC Warning] DelphiMaps.StreetView.pas(117):...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Build package 2. Errors: [DCC Error] DelphiMaps.Browser.ExternalContainer.pas(51): E2010 Incompatible types: 'IDispatch' and 'T' [DCC Error] DelphiMaps.Browser.ExternalContainer.pas(62): E2015 Operator not applicable to this...

Priority-Medium
Type-Defect
auto-migrated