>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
>> The most possible candidate is the string class and code using it,
>> which has been largely changed. I had to change it at many places
>> before I got it to work here...
Allan> <string> and its siblings?
Allan> if so since some of our headers appear to the same could you
Allan> send me a patch or some hints so I don't have to waste extra
Allan> time fixing compiler supplied libraries. Thanks,
Sorry, my wording was not very clear. What I meant is that, when Lars
changed the semantics of some of the LString methods, the first pass
at a translation of the program was not really perfect (index starting
at 0/1, end of string given by index/length...).
It seems to me that all these problems are solved by now, but it might
be that the implementation in LString is not perfect and that we did
not notice some problems yet.
JMarc