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 cod
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 F
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.
___
f
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
To:FPC-Pascal users discussions
Cc:
Sent:Tuesday, February 22, 2011 10:44 PM
Subject:Re: [fpc-pascal] Ansistrings under Android
Hi,
On Tue,
:
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 sections of units do not seem to be called, is there
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 - fpc-pascal@lists.freepa