Re: [fpc-pascal] Using constants in constant record definition

2019-06-13 Thread Dejan Boras
It's not a bug. There's no support in FPC/Pascal for using constants with a defined type in other declarations. Define your MYINTEGERCONST without a type, and it should work. const MYINTEGERCONST = 5; On Wed, Jun 12, 2019 at 10:30 PM Simon Ameis wrote: > Hello, > > I'm just porting some C

Re: [fpc-pascal] FPC 3.2.0 and 4.0.0 releases

2016-12-13 Thread Dejan Boras
Suppose the same thing with any of the projects in my company. Deadlines are meaningless. On Tue, Dec 13, 2016 at 5:46 PM Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > > From the Mantis "Roadmap" page: > > " > FPC - 3.0.2 (Scheduled For Release 2015-11-25) > FPC - 3.2.0 (Scheduled

[fpc-pascal] fpc and armv5-android

2011-02-27 Thread Dejan Boras
Is there anyone on this list who uses fpc with android under windows and the android emulator(armv5) without problems(e.g. basic functionality at least like sysutils, ansistrings, ...)? I'm just trying to figure out if I'm doing something wrong. ___

Re: [fpc-pascal] Ansistrings under Android

2011-02-22 Thread Dejan Boras
It's a problem I can work around, but I'm not sure how this affects the functionality of ansistrings. - Original Message - From:Thomas Schatzl tom_at_w...@gmx.at To:FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Cc: Sent:Tuesday, February 22, 2011 10:44 PM Subject:Re:

[fpc-pascal]Unit initialization on Android library

2011-02-12 Thread Dejan Boras
I've got a library which runs on Android, and is loaded by a Java program. The INITIALIZATION sections of units do not seem to be called, is there a way to do this manually, or am I missing something? ___ fpc-pascal maillist -

Re: [fpc-pascal]Unit initialization on Android library

2011-02-12 Thread Dejan Boras
-Pascal users discussions fpc-pascal@lists.freepascal.org Cc: Sent:Saturday, February 12, 2011 10:48 AM Subject:Re: [fpc-pascal]Unit initialization on Android library 12.02.2011 16:36, Dejan Boras wrote: I've got a library which runs on Android, and is loaded by a Java program. The INITIALIZATION