Has anyone installed ESRI mapobjects activeX controls in Delphi 2010? I get a conflict on tTable as a component name.
                
                A: 
                
                
              
            I have MapObjects LT 2.0 installed into Delphi 2007, no conflicts and there is no type called TTable in it. You must be using a different version of MapObjects though that does have a TTable type. I can send you my imported pas file if it would help.
                  Alan Clark
                   2010-04-27 21:47:02
                
              
                
                A: 
                
                
              After generating the component wrappers simply search/replace or use a refactoring to rename the generated TTable component in the _TLB.pas import unit so something else that will not conflict.
                  Deltics
                   2010-04-28 00:54:04
                
              Could one use the mapping Barry describes here: http://stackoverflow.com/questions/531171/why-is-gentlb-renaming-symbols-appending/531784#531784?
                  Ulrich Gerhardt
                   2010-04-28 06:29:54
                @Ulrich: YES!  At least, it looks like you should be able to.  For some reason I had no idea that even existed!  Cool.
                  Deltics
                   2010-04-28 21:10:11