On Tue, 08 Jan 2008, Szakáts Viktor wrote: > You can implement this as a HB_C52_STRICT option IMO. > (As an aside, in my last tests Harbour didn't compile > with strict because of some OO compilation problems, but anyway).
Yes. Clipper PP does not have identifier concatenation at all. In the moment when you removed support for method names without class name prefixes (HB_SHORTNAMES macro) you blocked compilation of any code which needs hbclass.ch with Harbour compiled with HB_C52_STRICT. If you want to restore HB_C52_STRICT functionality you will have to revert your modifications in hbclass.ch best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
