> On Nov 7, 2018, at 12:57 PM, silvioprog wrote:
>
> It seems a bug, because the same code works fine on Delphi by changing
> operator from ":=" to its respective name "Implicit”.
Good to know. I reported this before and Sven said it was fixed in an update
(after another user had submitted t
Hi Ryan.
On Wed, Nov 7, 2018 at 1:13 AM Ryan Joseph
wrote:
> I finally built the trunk today (version 3.3.1) to try new dynamic array
> features and a bug fix Sven did a while ago but I’m still getting errors.
>
> Did I get the wrong version or something? I thought these things were
> working no
I finally built the trunk today (version 3.3.1) to try new dynamic array
features and a bug fix Sven did a while ago but I’m still getting errors.
Did I get the wrong version or something? I thought these things were working
now.
{$mode objfpc}
{$modeswitch advancedrecords}
program general;
t
> On Nov 6, 2018, at 11:19 PM, Sven Barth via fpc-pascal
> wrote:
>
> Complex inline specializations containing, for example a multiplication with
> specializations on the left and the right side are currently not possible in
> mode Delphi. In addition to that Delphi allows overloads of gene
Am Di., 6. Nov. 2018, 14:35 hat Ryan Joseph
geschrieben:
>
>
> > On Nov 6, 2018, at 8:21 PM, Sven Barth via fpc-pascal <
> fpc-pascal@lists.freepascal.org> wrote:
> >
> > First of I'm not a fan of adding support for constants, mainly because
> it will definitely not help parsing of inline special
Hi,
Comparasion of some basic features between database engines you can find
at:
https://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems
L.
> Hi,
> This isn't a Free Pascal question but I wanted to ask about the
> Firebird database [1] because it seems as the Free Pas
Hi,
This isn't a Free Pascal question but I wanted to ask about the Firebird
database [1] because it seems as the Free Pascal community uses it the most
by far, so I hope it isn't too off-topic.
I've read the Firebird webpage and installed it but I can't seem to find
documentation on how it compar
> On Nov 6, 2018, at 8:21 PM, Sven Barth via fpc-pascal
> wrote:
>
> First of I'm not a fan of adding support for constants, mainly because it
> will definitely not help parsing of inline specializations in mode Delphi
> which are going to be annoying enough already.
Can you give an example
Am Di., 6. Nov. 2018, 08:44 hat Ryan Joseph
geschrieben:
> I implemented a first draft of constants (integers) in generics. My reason
> was specifically that I wanted a way to add methods to static arrays and
> generic records is the only way to accomplish this AFAIK.
>
> If I fix this up will it