From: Eric B. <er...@go...> - 2009-01-23 16:14:27
|
Jocelyn wrote: > Compiling Gobo's with ISE's "full class checking" option enabled, you > can notice that > > In class UC_STRING, the feature `area_lower', `area_upper' should be > exported to {READABLE_STRING_8, READABLE_STRING_32} According to gelint, the problem was only on `area_lower'. The problem is that this routine does not exist in ISE 6.3 and READABLE_STRING_8 does not exist in ISE 6.2. I'll try to find another solution. > ps: Maybe, there are other similar cases in UC_STRING, and this class > might benefit a deep review to match recent changes of the STRING_* > interface. Yes, but it is a huge task, because the XML library will have to be updated accordingly. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |