Jonas Maebe het geskryf:
>> uses clause. No idea why - maybe Libc unit is only 32bit?
>
> Yes, it is.
What I expected due to Kylix compatibility.
> No, there is not. You have to manually import it from the C library.
> You can look at rtl/unix/cwstring.pp to see the declaration of this
> fu
In our previous episode, Graeme Geldenhuys said:
> 1) First I had the problem that FPC couldn't find 'Libc' unit used in the
> uses clause. No idea why - maybe Libc unit is only 32bit? Anyway, I
> replaced 'Libc' in uses clause with 'baseunix' and continued...
In addition to Jonas:
Libc is a Lin
On 23 Apr 2010, at 09:45, Graeme Geldenhuys wrote:
1) First I had the problem that FPC couldn't find 'Libc' unit used
in the
uses clause. No idea why - maybe Libc unit is only 32bit?
Yes, it is.
2) This got me a bit further, to the code shown below. Is there a
baseunix
equivalent to Lib