lcddalmolin / delphimaps

Automatically exported from code.google.com/p/delphimaps
0 stars 0 forks source link

DelphiMapsDesignTime package wont build #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 operand type

(If i comment these out i also get an error RegularExpressions.dcu not found)

What is the expected output? What do you see instead?
That it would build and install. Instead just get errors above.

What version of the product are you using? On what operating system?
1.0.3 from svn checkout.

Please provide any additional information below.
Delphi 2010 on Win 7 Ultimate.

Original issue reported on code.google.com by tomjh...@gmail.com on 15 Nov 2012 at 11:44