[fpc-pascal] Using the FPCanvas unit (in fpGUI)

2007-05-04 Thread Graeme Geldenhuys
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

RE: [fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

2007-05-04 Thread Helmut Hartl
> 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.

Re: [fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

2007-05-04 Thread Henry Vermaak
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

Re: [fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

2007-05-04 Thread Marco van de Voort
> 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. _

RE: [fpc-pascal] some problem in SVN FPC for arm linux (v 2.3.1)

2007-05-04 Thread Helmut Hartl
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

[fpc-pascal] Program exited with code 01

2007-05-04 Thread josepascual (almudi)
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