Re: [fpc-pascal] Behavior of SizeOf function

2007-03-08 Thread Daniël Mantione
Op Thu, 8 Mar 2007, schreef Luiz Americo Pereira Camara: > The result of a SizeOf(Pointer) is know at compile time. > > Does fpc optimize it and treat as a constant or will call the SizeOf > function every time it appears? Yes, it treats it as a constant. Daniël___

[fpc-pascal] Behavior of SizeOf function

2007-03-08 Thread Luiz Americo Pereira Camara
The result of a SizeOf(Pointer) is know at compile time. Does fpc optimize it and treat as a constant or will call the SizeOf function every time it appears? Thanks in advance. Luiz ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://l

Re: [fpc-pascal] XML-RPC Client

2007-03-08 Thread Johann Glaser
Hi Michael! > > Today I wanted to run the XML-RPC example programs rpcserv and rpccli. > > The server starts well but the client doesn't seem to be up to date. I > > played around quite some time now but to no success. > > > > What is the current status of XML-RPC client implementation? > > > >

Re: [fpc-pascal] XML-RPC Client

2007-03-08 Thread Michael Van Canneyt
On Wed, 7 Mar 2007, Johann Glaser wrote: > Hi! > > Today I wanted to run the XML-RPC example programs rpcserv and rpccli. > The server starts well but the client doesn't seem to be up to date. I > played around quite some time now but to no success. > > What is the current status of XML-RPC cl

Re: [fpc-pascal] crosscompile problems with current trunk and fixes_2_2 branch

2007-03-08 Thread Henry Vermaak
On 08/03/07, Terry Kemp <[EMAIL PROTECTED]> wrote: On Thu, 2007-03-08 at 08:07 +0100, Peter Vreman wrote: > > <..> > > fpcmake -p -Tarm-linux Makefile.fpc > > Processing Makefile.fpc > > Error: Target "linux", package "fcl-base" not found > > make[7]: *** [fpc_install] Error 1 > > make[7]: Le