[fpc-devel] Unix internationalization patch
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Apr 8 17:19:34 CEST 2008
On 08 Apr 2008, at 17:03, petr.kristan at epos.cz wrote:
> On Tue, Apr 08, 2008 at 04:29:51PM +0200, Michael Van Canneyt wrote:
>>
>
>> This is not correct, it makes sysutils dependent on (g)libc and
>> that is not
>> allowed. The correct way of doing this is to make it a separate unit
>> that links to libc, and fills all variables in it's initialization
>> section.
> Ok. But where in rtl place this unit in the uses clause?
Nowhere. You'll have to manually add it to the uses-clause of your
programs, like the cwstring (widestring support for unix) and cthreads
(threading support for unix) units.
Jonas
More information about the fpc-devel
mailing list