Re: undefined 'lseek' whem converting CW8->CW9



On 18.07.2005 11:57, in article 42db60c5$0$10607$4d4ebb8e@xxxxxxxxxxxxxx,
"Peter Paulus" <peter.paulus@xxxxxxxxxxxxxxxxx> wrote:

>>> If I no longer have access to extras.h. Where do I get: strdate,
>>> strupr, strlwr, strdup, itoa, ltoa, strnicmp, and stat. I am a little
>>> confused about how to get to these in the System.framework.

> Furthermore I believe that every programmer redoing these methods
> doesn't contribute to productivity. I don't see much sense in
> re-implementing functions that have been around for so many years.

Sorry, I just cannot sympathize with your desire to write non-localizable
software. There are a lot of modern string manipulation libraries available,
from CFString to ICU.

Besides, from the list above, only strupr() and strlwr() do not seem to
have direct equivalents in libc - is it worth another flame war? :)

- WBR, Alexey Proskuryakov

.