Matias Ezequiel Vara Larsen via fpc-pascal
schrieb am Mi., 29. März 2023, 00:27:
> Hello,
>
> On Mon, Mar 27, 2023 at 09:35:38PM +0200, Jonas Maebe via fpc-pascal wrote:
> > On 27/03/2023 21:25, denisgolovan via fpc-pascal wrote:
> >
> > > But it's still not possible to attach alignment to type i
Hello,
On Mon, Mar 27, 2023 at 09:35:38PM +0200, Jonas Maebe via fpc-pascal wrote:
> On 27/03/2023 21:25, denisgolovan via fpc-pascal wrote:
>
> > But it's still not possible to attach alignment to type itself instead of
> > variable, right?
>
> It is possible
> (https://gitlab.com/freepascal.
On 3/28/2023 3:12 AM, Marco van de Voort via fpc-pascal wrote:
On 28-3-2023 11:33, Karoly Balogh via fpc-pascal wrote:
Probably yes, but there might be an alternative, see below. But as
far as
I understand, Unit is a Turbo Pascal concept, so any Pascal programming
dialect that predates it, p
On 3/27/2023 2:45 AM, Jacob Kroon via fpc-pascal wrote:
Hi,
I have some old Pascal code that was compiled in a CPM environment
using the Pascal/MT+ compiler from Digital Research. I'm trying to get
this project to build in a modern environment, for a start using
FreePascal.
First, is anyone
On Tue, 28 Mar 2023 13:47:30 +0200, Marco van de Voort via fpc-pascal
wrote:
>
>On 28-3-2023 13:43, Bo Berglund via fpc-pascal wrote:
>> make install prefix="$HOME" FPC="$HOME/dev/fpc/3.2.2/compiler/ppcarm"
>
>It is install_prefix= not install prefix= iow, insert a underscore
>
No, the problem
On 28-3-2023 13:43, Bo Berglund via fpc-pascal wrote:
make install prefix="$HOME" FPC="$HOME/dev/fpc/3.2.2/compiler/ppcarm"
It is install_prefix= not install prefix= iow, insert a underscore
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.o
I have a RaspberryPi4 where I have installed several versions of Lazarus/Fpc
over some time.
The latest versions are (fpc from Tools/Options/Compiler_executable):
Laz 2.0.8 with Fpc 3.0.4 set to use fpc: fpc
Laz 2.0.10 with Fpc 3.2.0 set to use fpc: /home/pi/lib/fpc/3.2.0/ppcarm
Laz 2.0.12 with F
On 28-3-2023 11:33, Karoly Balogh via fpc-pascal wrote:
Probably yes, but there might be an alternative, see below. But as far as
I understand, Unit is a Turbo Pascal concept, so any Pascal programming
dialect that predates it, probably don't understand it.
True, and before units in Turbo Pa
On 2023-03-28 11:33, Karoly Balogh via fpc-pascal wrote:
Hi,
.
.
You might wanna consider this approach, because if units somehow end up
cross-referencing each other, then you might run into difficulties
restructuring the code to use Units. Also, it is possible to
cross-reference units from
Hi,
On Mon, 27 Mar 2023, Jacob Kroon via fpc-pascal wrote:
> As I understand it, in order to translate this to something that FreePascal
> understands, the variable needs to go in a "unit" and be part of its
> interface. Then, pascal sources that needs to reference the variable should
> use this
On 2023-03-27 11:45, Jacob Kroon via fpc-pascal wrote:
Hi,
I have some old Pascal code that was compiled in a CPM environment
using the Pascal/MT+ compiler from Digital Research. I'm trying to get
this project to build in a modern environment, for a start using
FreePascal.
First, is anyone aw
Hi,
I have some old Pascal code that was compiled in a CPM environment using
the Pascal/MT+ compiler from Digital Research. I'm trying to get this
project to build in a modern environment, for a start using FreePascal.
First, is anyone aware of a tool for converting this dialect of Pascal
to
12 matches
Mail list logo