Re: [fpc-devel]changes of THandle

2003-10-11 Thread Peter Vreman
At 22:17 10-10-2003, you wrote: I've tried to recompile COMPILATOR I think I've found bugs: in FPC.PP line 67 string --> shortstring procedure findexe(var ppcbin:shortstring); in PPUDUMP.PP line 235 string --> shortstring function hexstr(val : cardinal;cnt : byte) : shortstring; line 227 string --

Re: [fpc-devel]changes of THandle

2003-10-10 Thread darekM
I've tried to recompile COMPILATOR I think I've found bugs: in FPC.PP line 67 string --> shortstring procedure findexe(var ppcbin:shortstring); in PPUDUMP.PP line 235 string --> shortstring function hexstr(val : cardinal;cnt : byte) : shortstring; line 227 string --> shortstring function HexB(b:b

Re: [fpc-devel]changes of THandle

2003-10-10 Thread Florian Klaempfl
darekM wrote: In the new version of SYSTEM.PP there is a declared variable THandle I think there isn't necessary to duplicate declarations in other units like CLASSES : classesh.inc ---> move THandle to section with TPoint SYSUTILS : posix\sysutils.pp ---> change to type THandle = type system