On Sep 7, 2005, at 13:45, Jonas Maebe wrote:
On 31 Aug 2005, at 15:52, Paul Davidson wrote:
Trying to get fpGetRusage to work WITH DARWIN.
Using: function fpGetRUsage( who : cint; data : pRUsage ) : cint; cdecl; external 'c' name 'getrusage';
But this gives silly results. Any hints?
How
On 7 sep 2005, at 20:21, Paul Davidson wrote:
Trying to get fpGetRusage to work WITH DARWIN.
Using: function fpGetRUsage( who : cint; data : pRUsage ) :
cint; cdecl; external 'c' name 'getrusage';
But this gives silly results. Any hints?
How did you declare prusage/trusage?
fu
Sebastian Günther wrote:
[EMAIL PROTECTED] schrieb:
I'm working with XMLcfg to do read and write to XML files. I want to
extract data from the following XML file where element name is "second",
how can I achieve that??
You cannot.
Perhaps the XPath implementation can fulfil your requ
On Wed, Sep 07, 2005 at 07:12:37PM +0200, Jonas Maebe wrote:
>
> On 07 Sep 2005, at 17:13, Tom Verhoeff wrote:
>
> >At some point in the 1.9 branch, this changed (and now it bites me).
> >Now it silently assigns 0 to i on the second read. Even with -Ci as
> >option or {$I+}.
>
> This was a bug
Hi kind users,
I like ask how is the status of FPC64 under linux.
About:
- reliability (can be used to build 24x365 system tcp daemons?)
- speed (how perform the executable code)
- rtl (is good or we need call directly libc for every thing?)
Does somebody has very positive experience in FPC64 to
Hello,
Maybe this has no importance but some file dates are not correct
on the server :
ftp://ftp.freepascal.org/pub/fpc/snapshot/v20/i386-win32
File: base.i386-win32.zip 8496 KB 31/08/2004 01:28:00
^
ftp://ftp.freepascal.org/pub/fpc/snapshot/v21/
hi,
i'm a gentoo user.
is anyone on these lists by any chance a maintainer of any of the
gentoo ebuilds for fpc ?
just curious.
the ebuilds for gentoo seem a little behind, are masked, and they seem
a little redundant/confusing.
thanks for any info,
Tony
__
Hello,
at the end of ParamStr(0) there is a wrong character.
A small testprogramm:
<-->
Program t1;
var
i : longint ;
begin
Writeln( 'paramstr(0): <' + paramstr(0) + '>');
Writeln( 'Count other Parms: ', ParamCount);
Writeln( '
Hans-Juergen Taenzer wrote:
Hello,
at the end of ParamStr(0) there is a wrong character.
A small testprogramm:
<-->
Program t1;
var
i : longint ;
begin
Writeln( 'paramstr(0): <' + paramstr(0) + '>');
Writeln( 'Count other Parms: