For the past 2 weeks I have been testing MapX 5.0 with Delphi 6.0 and also with VB 6.0, and have come across several serious errors with Delphi that don't occur with VB, but so far I have found workarounds for all of them. To start with, there are bugs in the source of the Delphi / MapX interface module - MapXLib_TLB.pas, located in Program Files\Borland\Delphi\Imports, that stop MapX being installed in Delphi. This I think is the error that you are getting. The only solution is to is to alter the code of MapXLib_TLB.pas and rerun MapX's installation into Delphi (not its installation into Windows). I could email you my altered code, as long as you accept that I can offer no guarantees for it. I have reported the errors to MapInfo Australia and hopefully they will sometime come out with an officially corrected source.Other errors I have come across are:
Names of types defined in MapXLib_TLB.pas, TDataset and TPoint, clash with those defined in Delphi's VCL. Event MapInitialized not called on application start-up. Map.Distance method returns 0 result. Hugh Grant >From: "ilker" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: MI-L MapX 5 error >Date: Sat, 7 Sep 2002 12:38:39 +0300 > >I am trying to use MapX 5 in Delphi6 >but " the specified procedure could not be found " error message appear > >anybody can help me? > > >--------------------------------------------------------------------- >List hosting provided by Directions Magazine | www.directionsmag.com | >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >Message number: 2895 _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 2897
