Gale Paeper wrote:
<snip> The Mac OS X GPC binary install package http://www.microbizz.nl/gpc321d11.bin.tar includes GPCInterfaces as part of the installation
No, presently it's a separate download.
<anip> Since fp.pas contains a trunc function which is incompatible with Pascal's trunc fuction, it would be less troublesome to either selectively import the specificly need routines from fp.pas or to selectively rename the import of the fp.pas trunc routine to avoid conflicts with Pascal's trunc function.
Thanks for pointing this out, I will rename the trunc function in fp.pas to truncd:
function truncd( x: double_t): double_t; external name 'trunc';
Expect a new release of GPCPInterfaces somewhere next week, together with a gpc-20030507/gcc-3.3 based compiler.
Regards,
Adriaan van Os