Hello.
I'm new to FPC.
I've used TP for many years up to TP7 but not Delphi.
Then I came to Ada.
FPC seems to bring many enhancements to TP.
First I'm reading some documentation ;-)
I'm looking for a way to program with Cocoa on Mac.
When reading reference guide for Free Pasc
ODEFAULT
CVAR
RESSOURCESTRING
DEPRECATED
EXPERIMENTAL
PLATFORM
UNIMPLEMENTED
=> are they modifiers ?
They missing in modifier lists.
OTH, Pascal.
http://blady.pagesperso-orange.fr
From: Michael Van Canneyt
Subject: Re: [fpc-pascal] FPC reference manual.
On Sun, 6 Sep 2009, Pascal wrote:
Hel
Hello Michael.
I really don't want to be too much annoying but you could believe it ;-)
I'm updating Pascal to Ada translator (http://sourceforge.net/
projects/p2ada/) to a more modern Pascal syntax as FPC is.
As I'm coding the grammar based on FPC, I'm asking some quest
und in the example doesn't take care of the first
identifier in type declaration.
May I suggest the following:
TStack = generic class(TObject)
public
procedure Clear; virtual;
destructor Destroy; override;
end;
This syntax looks like more Pascal conformant, i.e. it do
Hello Anthony.
Thanks for your proposal.
I'm a bit surprised of Delphi chosen syntax because
"TList=class ..." breaks Pascal usual type declaration
"Id=type;" and "=" may be confused with greater or equal operator.
Have you some documentation available on
Hello.
In order to get translations from FPC to Ada language, I have updated
P2Ada translator http://sourceforge.net/projects/p2ada.
I add a new ObjP2Ada branch.
The grammar is based on:
reference guide for Free Pascal (FPC), version 2.2.4, March 2009
programmer's guide Turbo Pasca
re so I can make a
small test project for a bugreport?
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Coco Pascal wrote:
I get an internal error 200502052 when building a library on fc10 with
lazarus 0.9.26.2/fpc 2.2.2 and a recent nightly build with fpc 2.2.4.
It is raised by the following procedure from aasmtai.pas:
procedure tai_cpu_abstract.loadref(opidx:longint;const r:treference
tion Y_Odd(const AValue: Int64): LongInt; cdecl; external 'yfbudf';
libyfbudf.so is located in /usr/lib
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Jonas Maebe wrote:
Don't use -Cg, it doesn't work yet for Linux/i386.
I searched the Lazarus Compiler Options dialog but didn't find this
parameter. What should I do?
___
fpc-pascal maillist - fpc-pascal@lists.free
Marco van de Voort schreef:
In our previous episode, Coco Pascal said:
Jonas Maebe wrote:
Don't use -Cg, it doesn't work yet for Linux/i386.
I searched the Lazarus Compiler Options dialog but didn't find this
parameter. What should I do?
It enabled PIC
ary project and build it routine by routine. No
problems at all now. I suspect that the fact that I originally just
copied project files from the win32 platform caused the problems described.
___
fpc-pascal maillist - fpc-pascal@lists.free
found' error. I assume cdecl is obligatory, but can I
implement that?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Marco van de Voort schreef:
In our previous episode, Coco Pascal said:
I have a library with udf routines using the cdecl calling convention,
required by Firebird. This seems to work well on win32.
How exactly?
?
function Y_Odd(const AValue: Int64): LongInt; cdecl; export;
begin
lin32?
(The same module build with fpc win32 works fine with Firebird win32.)
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Jonas Maebe schreef:
On 31 May 2009, at 15:28, Coco Pascal wrote:
Marco van de Voort schreef:
In our previous episode, Coco Pascal said:
I have a library with udf routines using the cdecl calling
convention, required by Firebird. This seems to work well on win32.
How exactly
Jonas Maebe schreef:
On 31 May 2009, at 20:05, Coco Pascal wrote:
I tried
function Y_Odd(const AValue: Int64): LongInt; cdecl; alias: '_Y_Odd';
export;
and
function Y_Odd(const AValue: Int64): LongInt; cdecl; alias:
'__Y_Odd'; export;
but still I get the message entrypo
Coco Pascal schreef:
If I build a library with udf functions for Firebird tests with an fpc
app calling those routines works fine. However with Firebird module
and entrypoint are found but garbage is returned.
function vv(const AValue: LongInt): LongInt; cdecl; export;
begin
Result := AValue
Jonas Maebe schreef:
On 01 Jun 2009, at 11:40, Coco Pascal wrote:
It looks as if the code isn't executed at all. Maybe Firebird
requires PIC.
That is extremely unlikely (I'd say "impossible", but that's
dangerous). Whether or not the code in the library is
Jonas Maebe wrote:
On 01 Jun 2009, at 12:30, Jonas Maebe wrote:
On 01 Jun 2009, at 11:40, Coco Pascal wrote:
It looks as if the code isn't executed at all. Maybe Firebird
requires PIC.
That is extremely unlikely (I'd say "impossible", but that's
dangerous). Wheth
Jonas Maebe wrote:
On 01 Jun 2009, at 14:39, Coco Pascal wrote:
But if I add the following function it returns wrong results. This
one does refer to other code.
function Y_Odd(const AValue: LongInt): LongInt; cdecl; export;
begin
if Odd(AValue) then
Result := -1
else
Result := 0;
end;
It
Jonas Maebe schreef:
On 01 Jun 2009, at 21:06, Coco Pascal wrote:
So, what do think? A simple module contains two simple functions. On
win32 it works fine. On lin32 one function works as expected, the
other returns garbage (0 or null). Is the problem linux, firebird or
fpc related?
I
Hello,
Any recommendation regarding free linux 64 bits desktop and server distros?
Its completely new to me.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Coco Pascal wrote:
Hello,
Any recommendation regarding free linux 64 bits desktop and server
distros?
Its completely new to me.
Nobody? I haven't been able yet to install Ubuntu-64 or openSUSE-64 on
my machine. Can I make "pure" 64 bits builds on a 3
Felipe Monteiro de Carvalho wrote:
On 9/5/06, Coco Pascal <[EMAIL PROTECTED]> wrote:
Nobody?
In that case you could test Mandriva 2006 for x86_64
Will do.
Can I make "pure" 64 bits builds on a 32 bits platform?
You want to cross compile from 32 bits to 64 bits
If "c
arger
than 1 million records, obviously local.
Consequently one could ask if one type of dataset could satisfy
requirements regarding performance and use of resources in both cases.
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.f
Daniël Mantione wrote:
Op Tue, 17 Jul 2007, schreef Coco Pascal:
Joost van der Sluis wrote:
Discussion: What tests could I do more? Is there something I overlooked?
To me it seems that benchmark tests on 10 records are missing relevance
more and more.
I'm interest
Joost van der Sluis wrote:
On Tue, 2007-07-17 at 19:58 +0200, Coco Pascal wrote:
Joost van der Sluis wrote:
Discussion: What tests could I do more? Is there something I overlooked?
To me it seems that benchmark tests on 10 records are missing
relevance more and more
hp?id=9899
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Bee schreef:
Hi all,
There is a new pascal magazine at http://www.blaisepascal.eu/
It might a good place to promote FreePascal and its technologies, e.g.
- fpc features and supported platforms
- lazarus IDE
- lazarus components
- mobile programming (wince, symbian)
- macOS support
- web
The message contains Unicode characters and has been sent as a binary attachment.
<>
ckTop and StackBottom are threadvars,
which is a free pascal specific construct consisting in:
an assembler label with two fields:
First a pointer size integer that holds the offset within the
Thread Variable Block of the thread specific value of the variable,
followed by a second block of size o
-Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Bart
> Envoyé : lundi 26 novembre 2012 18:10
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] Free Pascal 2.6.2 rc1
>
>
available on Windows 95.
Pierre
De : fpc-pascal-boun...@lists.freepascal.org
[mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Vincent Snijders
Envoyé : mercredi 28 novembre 2012 07:38
À : FPC-Pascal users discussions
Objet : Re: [fpc-pascal] Free Pascal 2.6.2 rc1
2012/11/28
The bug is indeed 64-bit specific...
Hopefully fixed in rev 23704,
http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=23704
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.fre
ib/fpc/2.7.1
but also
BASE_271_DIR/lib/fpc/2.6.0
which contains the newly installed linraries...
I don't exactly know when, and when not,
this problem shows up.
A good solution to avoid it is to put
your trunk compiler binary in the path before the release
compiler.
Pierre
____
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de patspiper
> Envoyé : jeudi 11 avril 2013 13:01
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] 64 bit cross binutils
0130304.patch),
> but it seems it is still not included in binutils 2.23.2
Anyhow, there is no cygwin target for Free Pascal,
neither win32 nor win64.
It wouldn't be impossible to create...
but someone would have to volunteer!
Pierre Muller
_____
ror 1
So the solution to your problem really is
to run a 'distclean' make target before the 'crossinstall' target.
Pierre Muller
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Did you try:
ftp://ftp.freepascal.org/pub/fpc/snapshot/trunk/mips-linux/
I just produced an up-to-date snapshot.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Dennis
ation so we can help you.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Eric Kom
> Envoyé : lundi 24 juin 2013 07:40
> À : fpc-pascal@lists.freepascal.org
> Objet
Hi Matúš,
I never read anything about a mouse related problem
concerning the Text mode IDE with Free Pascal 2.6.2.
But maybe someone on the mailing list knows
something about this hypothetical bug...
If anyone knows, please try to describe this problem
as precisely as possible.
Thanks in
It will be difficult to get feedback on outdate releases...
Why can't you use a more recent compiler?
Pierre Muller
> -Message d'origine-
> De : Matúš Kudláč [mailto:matus.kud...@gmail.com]
> Envoyé : mardi 23 juillet 2013 09:26
> À : Pierre Free Pascal
> Objet : R
mighr be corrupted.
If remove fp.dsk alone does not remove the crash, try removing the three files.
Could you please report to the list if any of the above helped?
Thanks in advance,
Pierre Muller
De : fpc-pascal-boun...@lists.freepascal.org
[mailto:fpc-pascal-boun
first compiler the snapshot 2.6.3 compiler,
and use this freshly generated snapshot compiler to
recompile rtl packages and finally compile the IDE
with libgdb.
Could you test if this works for you also?
Pierre Muller.
___
fpc-pascal maillist - fpc
None 42136156 16 nov. 16:14 fpc-2.6.4rc1.i386-win32.exe
Please test again.
Sorry for the mistake.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Gerhard Scholz
>
Pascal run time library.
Copyright (c) 1993-98 by the Free Pascal Development Team
Hello World Example
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY
Hint: End of reading config file e:\pas\fpc-2.7.1\bin\i386-win32\fpc.cfg
Magic, isn't it?
Pierre Muller
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Reinier Olislagers
> Envoyé : mercredi 8 janvier 2014 13:58
> À : FPC Mailing list
> Objet : [fpc-pascal] Is it just me or... trun
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Reinier Olislagers
> Envoyé : mercredi 8 janvier 2014 17:05
> À : FPC Mailing list
> Objet : Re: [fpc-pascal] Is it just me or
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Michael Ring
> Envoyé : vendredi 10 janvier 2014 13:40
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] ARM Linux
)
iEYEARECAAYFAkuyCAUACgkQLfImQU9wLUoDMQCeJE/o7Q3ejpkYdIhAgqysjRak
WWoAnjpJ+kTy9a1brV7YFAlOnfqx7Tej
=K8vp
-END PGP SIGNATURE-
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Jonas,
Today, Mar 30, Jonas Maebe wrote to FPC-Pascal users discussions about Re:...:
Thanks to you and Michael for the speedy reply.
JM > > One of the first things I stumbled upon was the absence of
JM > > ResourceStri
beginning:
{
Compiler options
}
{$mode ObjFPC}
{$M 8192,0,655360}
{$I-,H+}
{$IFDEF Testing}
{$D+,L+,R+}
{$ELSE}
{$D-,L-,R-}
{$ENDIF}
And in my compile batch I have:
fpc -vw -Fi~/amc/src -FE../bin -Fu~/pascal/units -FU./ amc
When I try to copileis tells me:
Copyright (c) 199
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Jonas,
Friday, Apr 23, Jonas Maebe wrote to FPC-Pascal users discussions about Re:...:
JM > > I'm still stuck. Who can tell me what's wrong?
JM > Without a self-contained compilable example that demonstrates the problem:
J
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Birger Jansen
> Envoyé : vendredi 26 novembre 2010 14:13
> À : fpc-pascal@lists.freepascal.org
> Objet : RE: [fpc-pascal] Buildin
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de José Mejuto
> Envoyé : mercredi 5 janvier 2011 17:42
> À : FPC-Pascal users discussions
> Objet : Re[4]: [fpc-pascal] Help
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : mardi 28 juin 2011 13:14
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] status of sparc sol
ere are other problems that might appear as
the library can be generated with different configure options
that need different libraries
(like using --with-python option )
The best way to generate a Free Pascal IDE is
to rebuild gdb from source (best would be to use the latest
port to your system
Did you try to "manually" (meaning with some other text editor, or sed
script)
remove the offending line -Cp386 from fp.cfg?
The problem might come from a fp.cfg that was created by an earlier
version
of Free Pascal for which -Cp386 was allowed.
To complicate things further, once
Confirmed,
if you usee -Aas and -al
you will see that
TEST
is just .quad -10
which is wrong of course...
Using -10.0 fixes the bug for now if
you really need this correct fast.
It would be nice if you could submit a bug report.
Pierre Muller
> -Message d'origine-
> De :
is the case, I will modify idedos.zip and the big zip files in
dist/2.6.4/i386-go32v2/ directory.
Thanks in advance and sorry for the error.
Pierre Muller
De : fpc-pascal-boun...@lists.freepascal.org
[mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Lubomír Cabla
I was able to reproduce your problem,
but not to fix it yet
I hope I will find a fast fix.
Sorry for the trouble,
Pierre Muller
De : fpc-pascal-boun...@lists.freepascal.org
[mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Lubomír Cabla
Envoyé : lundi 24 mars 2014 15
the fact that
most of the time djgpp_last_ctor contained a NIL pointer,
but this was just a coincidence.
Hopefully, with that fix include, I will be able to generate
a functional IDE
I will send a new message after I update the fpgdb.zip file.
Pierre Muller
De : f
A new fpgdb.zip is available
in dist/2.6.4/i386-go32v2/separate/ directory.
I added a readme.dos containing the changes
made to 2.6.4 sources in order to get a hopefully
fully functional IDE with debugger included.
Please test and report,
Pierre Muller
De : fpc-pascal-boun
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Lubomír Cabla
> Envoyé : mercredi 26 mars 2014 21:05
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] FPC 2.6.4 for G
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Lubomír Cabla
> Envoyé : vendredi 28 mars 2014 23:21
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] FPC 2.6.4 fo
in asking about {$hints on}
inside source, because, in such case
the command line -v0 has no effect.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Graeme Geldenhuys
>
ompilation command line
that does not require Lazarus use?
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de LacaK
> Envoyé : mardi 29 avril 2014 10:23
> À : FPC-Pa
beyond
four digits:[9]
4195835/3145727 = 1.333739068902037589
Maybe that is your problem?
Pierre
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hello,
could you please try out:
ftp://gd.tuwien.ac.at/languages/pascal/fpc/dist/2.6.4/i386-go32v2/separate/f
pgdb.zip
and report if this works for you.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pas
might disrupt gdbint.pp code.
But maybe I understood wrong and you are talking about
the Lazarus IDE...
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Martin Schreiber
&g
release?
Pierre
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Martin Schreiber
> Envoyé : jeudi 18 décembre 2014 14:14
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pa
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : mercredi 14 janvier 2015 15:20
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] Error Me
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Michael Van Canneyt
> Envoyé : mercredi 25 mars 2015 09:54
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] TP
essage d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Antonio Sanguigni
> Envoyé : mercredi 25 mars 2015 15:43
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] TProcess does not work in Win
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : jeudi 4 juin 2015 19:51
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] valgrind: "
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : vendredi 5 juin 2015 10:52
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] valgrind: "
ainst
C preprocessor macros:
in C, you would be able to use
$define XXX_parser XXX_ ## parser
so that
unit XXX_parser;
would work as you want,
but I don't think that we ever implemented an equivalent
inside the Free Pascal compiler.
The other aspect is that, according to Michael's a
at the difference in the found configuration file
and possibly after for some -Fr option (loading custom error message).
Hope this will help,
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepas
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Bo Berglund
> Envoyé : dimanche 6 décembre 2015 18:12
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] I thought fpc
for solaris.
I did NOT have the time to test it.
Please report if you have troubles,
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Graeme Geldenhuys
> Envoyé : lun
;origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Graeme Geldenhuys
> Envoyé : lundi 4 janvier 2016 17:36
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] No official FPC 3.0 installer for Sol
I think the correct solution for you is to use explicit size information:
FSTP SINGLE PTR [EDX]
FSTP SINGLE PTR [EAX]
but
FSTP [s]
and
FSTP [c]
would be even better, I don’t know if this syntax is Delphi compatible or not.
It seems that indeed Free Pascal does not set
nt of the go32v2 IDE,
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de James Richters
> Envoyé : dimanche 24 juillet 2016 23:57
> À : 'FPC-Pascal users discussions
Hi,
the beauty about free open source is that you can search the sources:
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de James Richters
> Envoyé : mercredi 17 août 2016 14:42
> À
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de fredvs
> Envoyé : jeudi 1 septembre 2016 22:55
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] Linking to Linux o
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Martin
> Envoyé : mercredi 21 septembre 2016 12:38
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] with no if as
.
As the fix is not cpu specific, I enabled the -gc option
for all linux systems in trunk, but this is untested.
So if you are using linux OS, -gc option is probably only usable
starting with today's trunk commits.
Pierre
> -Message d'origine-
> De :
Hi,
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Tony Whyman
> Envoyé : dimanche 20 novembre 2016 15:13
> À : FPC-Pascal users discussions
> Objet : [fpc-pascal] Error: In
-Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Tony
> Envoyé : samedi 26 novembre 2016 16:26
> À : FPC-Pascal users discussions
> Objet : [fpc-pascal] Repeat result in random
>
> Here is
;origine-
> De : fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] De la
> part de tobiasgie...@gmail.com
> Envoyé : samedi 11 mars 2017 18:25
> À : fpc-pascal@lists.freepascal.org
> Objet : [fpc-pascal] SPARC / Linux
>
> Hello,
>
> I noticed there is no binar
> -Message d'origine-
> De : fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] De la
> part de Mark Morgan Lloyd
> Envoyé : dimanche 12 mars 2017 11:14
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] SPARC / Linux
>
> ANYBODY:
variable CHECKLIBGDB=no.
- it will also ask for a documentation file,
which you download from the Free Pascal ftp server as well.
Launch once more install/makepack...
This time, it should do everything and
generated at /dir/to/fpcbuild-3.0.2 a new
fpc-3.0.2.sparc-linux.tar
which will contain a
> -Message d'origine-
> De : fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] De la
> part de Mark Morgan Lloyd
> Envoyé : lundi 13 mars 2017 09:11
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] SPARC / Linux
>
> On 13/03/17 06
,
Koenraad.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
OV,
while official docs are written in more in-depth technical POV.
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/parameter-list-declaration-tp5728069p5728088.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
lex solution like Regex search is not needed.
Google for prefix tree (or radix tree or trie) implementation. I believe
I've seen one in either Blaise Pascal Magazine or Pascal Gamer Magazine, the
topic is about building autocomplete combobox if I'm not mistaken.
--
View this message in c
iew this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Browser-and-exe-tp5728798p5728804.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.
> Has anyone converted these to Pascal before or having some similar I could
look at?
I don't usually do the matrix calculation myself, I delegate that by calling
OpenGL functions in proper order. However, just a few days ago I found this:
https://paginas.fe.up.pt/~paco/pmwiki/ind
1 - 100 of 3414 matches
Mail list logo