I complained about MapX5 errors a week ago. Thanks for all the help - specially for Phil.
Delphi 6 generates a wrapper class that is a wreck... :( well.... Attila ---- e.g: D6 wrapper class function: function TMap.Distance(X1: Double; Y1: Double; X2: Double; Y2: Double): Double; begin DefaultInterface.Distance(X1, Y1, X2, Y2); end; D5 wrapper class function: function TMap.Distance(X1: Double; Y1: Double; X2: Double; Y2: Double): Double; begin Result := DefaultInterface.Distance(X1, Y1, X2, Y2); end; --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 3503
