> > The problem is that we need (at least we already had) GET() > for Xbase++ compatibility. Exact same problems we have with > TBrowse() and TBColumn(), which aren't Clipper public symbols. > > Since Xbase++ is less important, how about naming the > XPP compatible (or so intended) extended classes xpp_GET(), > xpp_TBrowse(), xpp_TBColum()? This way we could make > GET/TBROWSE/TBCOLUM class symbols STATIC. > > How about this? >
If doing the above, how can anyone inherit from the original Harbour classes? Is this possible at all? Another option is to use the same method we already do in other places: CREATE CLASS GET FUNCTION HBGet How about this one? And how to inherit from such class? Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
