Hi all
Updated versions of the sysutils and objects units have been released, and are now on agnes: ftp://agnes.dida.physik.uni-essen.de/home/chief/
Enjoy ...
Best regards, The Chief --------- Prof. Abimbola Olowofoyeku (The African Chief) Email: African_Chief@bigfoot.com http://www.bigfoot.com/~african_chief/
At 10:38 14.02.02 +0000, you wrote:
Hi all
Updated versions of the sysutils and objects units have been released, and are now on agnes: ftp://agnes.dida.physik.uni-essen.de/home/chief/
The next time you should consider to use some of the FPC code, we've already a deeply tested sysutils unit replacement (under LGPL) and a lot other delphi compatible units as well :)
On 15 Feb 2002 at 11:28, Florian Klaempfl wrote:
At 10:38 14.02.02 +0000, you wrote:
Hi all
Updated versions of the sysutils and objects units have been released, and are now on agnes: ftp://agnes.dida.physik.uni-essen.de/home/chief/
The next time you should consider to use some of the FPC code, we've already a deeply tested sysutils unit replacement (under LGPL) and a lot other delphi compatible units as well :)
Will the FPC code compile under gpc? If it uses qualified identifiers, x86 assembler, or Delphi-style classes, then it won't compile under gpc. I have had to leave out Exception classes and the like.
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.bigfoot.com/~African_Chief email: African_Chief@bigfoot.com
At 18:05 17.02.02 +0000, you wrote:
On 15 Feb 2002 at 11:28, Florian Klaempfl wrote:
At 10:38 14.02.02 +0000, you wrote:
Hi all
Updated versions of the sysutils and objects units have been released, and are now on agnes: ftp://agnes.dida.physik.uni-essen.de/home/chief/
The next time you should consider to use some of the FPC code, we've already a deeply tested sysutils unit replacement (under LGPL) and a lot other delphi compatible units as well :)
Will the FPC code compile under gpc? If it uses qualified identifiers, x86 assembler, or Delphi-style classes, then it won't compile under gpc. I have had to leave out Exception classes and the like.
It uses no asm but exceptions and Object Pascal classes but ripping code and removing stuff is easier than rewritting everything from scratch :)