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?
function fpGetRUsage( who : cint; data : pRUsage ) : cint;
cdecl; external 'some_random_string' name 'getrusage';
I asked about prusage/trusage, the type of the "data" parameter. It
does not exist in the RTL, so you must have declared this type
yourself. That's probably where the error is.
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal