> > Thanks for clarification,i highly appreciate your suggestionNever use same > public function name in different modules because is wrong and dangerous > Now i try rewrite each situation to better manage this > I think remove duplication function using #if def > If other user have made similar situation i invite share his experience > will be useful for everybody > I think fault because In personalised getlist,errorlist use same public > function mane >
As I wrote, you *can* override Harbour RTL *modules* (like getsys and errorsys). In your case probably your local getsys version doesn't define all public functions which are defined in RTL version. When done right, it's possible to override either by putting local version in custom lib or directly in source. Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
