On Sun, 27 Nov 2005, Jeff Gilpin wrote: > Maybe someone more knowledgable can step in and comment here but I think > you've made the new openurl.library incompatable with older programs for > an invalid reason. I think the openurl tag base needs to be changed back > to TAG_USER for backward compatability. Granted, something like "TAG_USER > + value" (value being any small unsigned long) might have looked better > but I don't think there is anything wrong with a tag base of "TAG_USER".
For ordinary library functions TAG_USER should be ok as tag base. Only for MUI tags more differentiated tag bases are necessary because functions like SetAttrs and GetAttrs have to process tags of many custom classes and thus of many different developers. These tags must not collide. I don't see this problem for functions where no external extension is possible. ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/16uqlB/TM --------------------------------------------------------------------~-> Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
