Hi,
If I wanted to start using the FPCanvas unit as a set of base classes
for fpGUI (my custom drawn widget set), what do I need to do, or
implement. Is there any documentation on that unit.
Take the Font class as an example. Looking at the TFPCustomFont
class. I guess I would need to create
> why do you want to load libc dynamically? may you can try
> the following approach (scroll to bottom):
> http://community.freepascal.org:1/docs-html/prog/progse53
Well - that was what i would like to do - I thougt i try it
using libc, as i hade some old code who was doing it just that way.
On 04/05/07, Helmut Hartl <[EMAIL PROTECTED]> wrote:
But a you predicted :-( i now have problems linking against an external
library.
I want to use unit "dynlibs" to dynamically load the "libc.so.6" on the
NLSU2
(i have done this under i386 linux sucessfully)
why do you want to load libc dynam
> But a you predicted :-( i now have problems linking against an external
> library.
> I want to use unit "dynlibs" to dynamically load the "libc.so.6" on the
> NLSU2
> (i have done this under i386 linux sucessfully)
dynlibs links statically to libc.so.6 to access dlopen et al.
_
Hello again Henry,
> >
> > i used the "mastermakefile" to build the tool chain:
> > http://www.nslu2-linux.org/wiki/Development/MasterMakefile
> >
I followed the
http://www.nslu2-linux.org/wiki/HowTo/CrossCompileWithCentOS
Worked for me for CentOS 5, i built the slugosle 4.4 and flashed it.
T
Hi Everyone,
I have compiled hello_eabi_arm (hello world!) with ppcrossarm and -GfSOFT
option.
I can run a hello world program with no problem (ldd say me there is not
libraries needed)
but if I use dl.pp I received next error (write below), ldd say libdl and
libc.so.6 are needed.
any suggestio