Works now!
Many Thanks
Vern
On 06/04/2023 1:43 p.m., Jonas Maebe via fpc-pascal wrote:
On 06/04/2023 19:06, Vern via fpc-pascal wrote:
.. the ARM version fails (similar code : ignore the fact it
is the reverse of BSR) ... what am I missing ?
procedure MSBitTest ( DataIn : longword
On Thu, 13 Apr 2023, Steve Litt via fpc-pascal wrote:
I bet this Joanna character is an active member of her Homeowners
Association.
If we can reach the server admin, force a nick change to "Joanna "
*rofl*
g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one o
On Thu, 13 Apr 2023, Jacob Kroon via fpc-pascal wrote:
Hi,
Is there an offical IRC channel for asking questions about the FreePascal
compiler ?
I tried asking questions in #fpc on Libera Chat, but when I refused to upload
the Pascal source code I was working with to a public place (since
On Thu, 13 Apr 2023, Karoly Balogh via fpc-pascal wrote:
Hi,
On Thu, 13 Apr 2023, geneb via fpc-pascal wrote:
On Thu, 13 Apr 2023, Steve Litt via fpc-pascal wrote:
I bet this Joanna character is an active member of her Homeowners
Association.
If we can reach the server admin, force a
sly,
and keycode 99 otherwise; the latter has keycode 101 when Ctrl is pressed
simultaneously, and keycode 119 otherwise.___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
1/04/2023 18:56, Norman Dunbar via fpc-pascal wrote:
I'm away from my QL until next week, but I'll check it then. I'll post a
note on the QL Forum and see if some other affected users can test quicker.
Many thanks.
Cheers,
Norm.
On 21 April 2023 13:19:30 BST, Karoly Balogh via fpc-pas
On Sat, Apr 29, 2023 at 10:30 PM Thomas Kurz via fpc-pascal
wrote:
> Is it intentional that StrIComp (from the strings unit) gives an access
> violation if one of its arguments is NIL?
Yes.
Delphi does so too.
--
Bart
_______
fpc-pascal ma
On Tue, May 23, 2023 at 2:14 AM Mikael Backman via fpc-pascal
wrote:
> Is there any way to decide the number of elements in a set?
> there any way to traverse the elements in a set?
Couldn't you use PopCnt for that?
You would need to know the SizeOf() the type of the set
On 04/06/2023 15:04, Juha Manninen via fpc-pascal wrote:
Why the following code fails to compile?
TMyRec = record
...
property
RecInstance: TMyRec read fRecInstance;// write fRecInstance;
...
MyObj.RecInstance.ii := 123;
Access through property seems to be the problem. Accessing
On Sun, Jun 4, 2023 at 11:58 AM Graeme Geldenhuys via fpc-pascal
wrote:
> Initially I was leaning towards the Range exception, but now I'm
> thinking that maybe the Argument exception is more appropriate
> (based on the descriptions seen in the linked docs).
I would go for r
On 09/06/2023 12:03, Mattias Gaertner via fpc-pascal wrote:
Hi,
What is -CO?
In the docs I can only find this sentence:
"Check for possible overflow of integer operations"
Done some testing. -CO produces the below warning.
program Project1;
var a,b: Integer;
var c: intege
Currently, libxml2 headers are outdated and partially
incorrect/incomplete. I updated the headers a couple of years ago. You
can find the patch file here:
https://gitlab.com/freepascal.org/fpc/source/-/issues/38905
Michał.
W dniu 2023-06-12 o 17:12, David Connolly via fpc-pascal pisze:
Hi
On 6/17/23 2:07 PM, Travis Siegel via fpc-pascal wrote:
This is interesting, because it's the first time I've ever seen "break" as a
valid command in pascal, and I've been using pascal since the mid/late 80s. All
kinds of dialects too, and I've never seen break
On 6/20/23 10:54 PM, Steve Litt via fpc-pascal wrote:
It was a long time ago, but if I remember correctly the
Whitesmith Pascal and Turbo Pascal 2 and 3 had either break or
continue. If I remember correctly, I first learned about those when
learning C.
i'm confused about your stat
On 6/21/23 10:54 AM, Steve Litt via fpc-pascal wrote:
wkitty42--- via fpc-pascal said on Wed, 21 Jun 2023 08:07:59 -0400
On 6/20/23 10:54 PM, Steve Litt via fpc-pascal wrote:
It was a long time ago, but if I remember correctly the
Whitesmith Pascal and Turbo Pascal 2 and 3 had either break or
El 16/06/2023 a las 16:09, Mattias Gaertner via fpc-pascal escribió:
On Fri, 16 Jun 2023 20:51:42 +0700
Hairy Pixels via fpc-pascal wrote:
On Jun 16, 2023, at 6:23 PM, Thomas Kurz via fpc-pascal
wrote:
Whether it's elegant is a different question. In my opinion YES
because it often
d to indicate to the code
generator that a particular load from or store to a memory location must not be
removed.
... and states that example is here -
https://gitlab.com/freepascal.org/fpc/source/-/blob/main/tests/test/tmt1.pp
However I cannot find "store" usage example there.
Only "loa
> On 11/08/2023 18:05, denisgolovan via fpc-pascal wrote:
>
>> Are "volatile" stores supported?
>
> They weren't, but I've added support for it now.
Aha.
Thanks.
-- Regards,
Denis Golovan
___________
fpc-pascal mailli
re common / standard terms -
Acquire/Release & their combinations?
Is it safe to assume that:
ReadBarrier - Acquire
WriteBarrier - Release
ReadWriteBarrier - Acquire+Release
ReadDependencyBarrier - which one is that?
-- Regards,
Denis Golovan
___
> On 14/08/2023 18:19, denisgolovan via fpc-pascal wrote:
>
>> Now we have "volatile" intrinsic for assignments in place, I'd like to ask
>> for another clarification.
>
> Just to make sure given your questions below: using volatile in the
> context
On Fri, Aug 18, 2023 at 10:21 AM Adriaan van Os via fpc-pascal
wrote:
>
> Is there a way to see if a specific class/object method has been overridden
> or not ?
There's an example of this in Lazarus Controls unit:
// Check if SetTextBuf is overridden, otherwise
// we can ca
;
begin
n := 4711;
end;
function add( a1, a2 : Integer ) : Integer;
var
connection : TConnection;
begin
//connection := TConnection.Create;
Result := 4711;
end;
exports
add name 'add';
end.
_______
fpc-pascal maillist -
server with the same command crash
what do i have to do on the server side to have a ssl connection
thanks in advance
peter
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hi all
Could anybody suggest some existing command line parser for FPC having
following requirements:
1. Crossplatform with stable semantics - Linux/Windows.
2. Short and long values support.
3. Support for "generic parsing". I mean being able to parse from string any
unknown set
finds, or the last one.)
Could anybody with Delphi 12 test the TPath.Combine(const Paths: array
of string; const ValidateParams: Boolean = True): string; function
with the test program that is in the bugtracker
(https://gitlab.com/freepascal.org/fpc/source/-/issues/40513#note_1645757436)?
Does
On Sun, Nov 19, 2023 at 11:04 AM Sven Barth via fpc-pascal
wrote:
> Also: does this depend on the operating system and/or file system? Cause
> Linux file systems have different invalid characters (usually only slash and
> NUL) than NTFS or FAT.
Determining FileSystem at runtime, is
On Sun, Nov 19, 2023 at 12:59 PM Michael Van Canneyt via fpc-pascal
wrote:
> The output is in linux.txt and windows.txt
Thanks for testing.
It seems that it'll pick the last absolute path it finds, not the
first one in the argument list.
It seems that DoTest('regular 1',&
On Sun, Nov 19, 2023 at 2:31 PM Michael Van Canneyt via fpc-pascal
wrote:
> > This raises the question what the result of
> > TPath.Combine(['a','\b',c'','\d','e']) would be (I would then expect
> > either \b\c or \d\e)?
>
On Sun, Nov 19, 2023 at 3:50 PM Bart wrote:
> Thanks again for testing.
What about ['c:','a','b']
Does it return c:a\b, or c:\a\b (on Windows), or IOW: does it take
into account driveletters?
The first one IMO would be correct.
--
Bart
_________
27;,'b']: Got: 'c:\a\b', Expected: '?' <== don't know
what the expected value should be here
NOT ValidateParams
OK: ['']: Got: '', Expected: ''
OK: ['','']: Got: '', Expected: ''
OK: ['','','']: Got: '', Expected: ''
OK: ['a','b','c']: Got: 'a\b\c', Expected: 'a\b\c'
OK: ['a','b','\c']: Got: '\c', Expected: '\c'
OK: ['a','\b','c']: Got: '\b\c', Expected: '\b\c'
OK: ['\a','\b','c']: Got: '\b\c', Expected: '\b\c'
OK: ['\a','\b','\c']: Got: '\c', Expected: '\c'
OK: ['\a','b','\c:']: Got: '\c:', Expected: '\c:'
OK: ['a','<>','\b','c','\d']: Got: '\d', Expected: '\d'
--
Bart
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Thu, Dec 14, 2023 at 5:01 PM Adriaan van Os via fpc-pascal
wrote:
> I always use "OTHERWISE instead of ELSE, but that's my personal
> preference.
+1
Seeing OTHERWISE in source code just makes me smile.
--
Bart
___
fpc-pascal
you,
Amir
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On 12/26/23 01:14, Sven Barth via fpc-pascal wrote:
Amir--- via fpc-pascal schrieb am
Di., 26. Dez. 2023, 07:03:
Hi,
I want to retrieve the name of the fields in a record/class, at
run
time. It looks like "TVmt.vFieldTable" is what I need. But I
cannot fi
that!
Doug C.___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Thank you!On Dec 27, 2023 7:46 AM, Sven Barth via fpc-pascal wrote:
Am 26.12.2023 um 21:29 schrieb Amir---
via fpc-pascal:
On 12/26/23 01:14, Sven Barth via
fpc-pascal wrote
PointerToMyRecord. This requires a
"lot" of memory allocation/fragmentation.
Is there a better solution?
Best,
Amir
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Dec 29, 2023 9:50 PM, Adriaan van Os wrote:Amir--- via fpc-pascal wrote:
> Hi all,
>
> I have a List of record, where the record has a WideString field.
> I have some code like the following:
>
> function check(constref v: TMyRecord; data: TListOfMyRecord): Bool
On 12/31/23 02:46, Marco van de Voort via fpc-pascal wrote:
Op 31/12/2023 om 04:11 schreef Amir--- via fpc-pascal:
I compiled the code with `fpc -O3 -Sd -gv -g -gl ` and ran `valgrind`
on it (the output is attached). It does not look like there is a big
difference between the Check1 and
development status of FPReport does not
really allow me to extend it without modifying the original classes.
What approach do you suggest? Would this be feasible/reasonable at all? I ask
this because I am new to Lazarus and FPC. I come from Delphi 2007 ...
Many thanks in advance!
Regards,
Pique7
On Tue, 2 Jan 2024 00:02:35 +0100 (CET)
Michael Van Canneyt via fpc-pascal wrote:
>
>
> On Mon, 1 Jan 2024, Pique7 via fpc-pascal wrote:
>
> > Hello everyone,
> >
> > I have already asked this and related questions in the Lazarus Forum.
> >
> > I want
Yeap! That is actually what I posted here (Feature Request)
<https://gitlab.com/freepascal.org/fpc/source/-/issues/40578>.
You simply need to inherit from the list class so that you can make
the function public. And with a little trick you can also use it
inside a for-in-loop:
==
Thanks!
On 1/2/24 22:59, Sven Barth via fpc-pascal wrote:
Amir--- via fpc-pascal schrieb am
Mi., 3. Jan. 2024, 07:53:
Yeap! That is actually what I posted here (Feature Request)
<https://gitlab.com/freepascal.org/fpc/source/-/issues/40578>.
My example allows you to access it
On Wed, 3 Jan 2024 13:00:10 +0100 (CET)
Michael Van Canneyt via fpc-pascal wrote:
>
>
> On Tue, 2 Jan 2024, Pique7 via fpc-pascal wrote:
>
> > On Tue, 2 Jan 2024 00:02:35 +0100 (CET)
> > Michael Van Canneyt via fpc-pascal wrote:
> >
> >>
> >>
>
Ah, yes! The Hello World Machine.
Doug C.
On Thu, 11 Jan 2024 14:34:29 -0500 Adriaan van Os via fpc-pascal
wrote ---
Nikolay Nikolov via fpc-pascal wrote:
> But that increases the binary size to 28 bytes. We can put a 'ret'
That's still 27 bytes too mu
On Mon, 8 Jan 2024 22:08:16 +0100 (CET)
Michael Van Canneyt via fpc-pascal wrote:
>
>
> On Mon, 8 Jan 2024, Pique7 via fpc-pascal wrote:
>
> >> Disregarding the RTF for a moment, you'd need to save the contents of the
> >> text fields in a TStringlist instanc
.freepascal.org/docs-html/user/userap1.html:
-gt Trash local variables (to detect uninitialized uses; multiple
't' changes the trashing value)
___________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
pe(s)');
for i := 0 to vft^.Count - 1 do begin
vfe := vft^.Field[i];
Writeln(i, ' -> ', vfe^.Name, ' @ ', vfe^.FieldOffset, ' of type
', vft^.ClassTab^.ClassRef[vfe^.TypeIndex - 1]^.ClassName);
end;
end.
=== code end ===
=== output begin ===
PS
Params := TParams.Create;
WriteLn(Params.Int2.IntVal);
WriteLn(TInteger(Params.FieldAddress('Int2')).IntVal);
The third line does not work (the zipped code is attached).
On 1/21/24 23:43, Michael Van Canneyt via fpc-pascal wrote:
On Sun, 21 Jan 2024, Amir--- via fpc-pascal wr
On 1/22/24 23:05, Michael Van Canneyt via fpc-pascal wrote:
On Mon, 22 Jan 2024, Amir--- via fpc-pascal wrote:
Params := TParams.Create;
WriteLn(Params.Int2.IntVal);
WriteLn(TInteger(Params.FieldAddress('Int2')).IntVal);
The third line does not work (the zipped code i
nteger;
begin
Dict := TMyDict.Create;
Dict.OnKeyCompare := @cmp;
key.x := 2;
key.y := 4;
Dict.Add(key, 99);
Value := Dict[key];
writeln(Value);
Dict.Free;
end.
Any advice appreciated. Thanks.
Pete
_______
fpc-pascal maillist - fpc-pas
pair;
Value: Integer;
flg: boolean;
begin
Dict := TMyDict.Create;
Dict.OnKeyCompare := @cmp;
key.x := 2;
key.y := 4;
Dict.Add(key, 99);
flg := Dict.trygetdata(key, Value);
writeln(flg);
writeln(Value);
Dict.Free;
end.
On 1/24/24 12:34PM, Luca Olivetti via fp
Oh I didn't notice the typo, duh. Thanks!!
On 1/24/24 02:57PM, Sven Barth via fpc-pascal wrote:
ppadilcdx via fpc-pascal schrieb am
Mi., 24. Jan. 2024, 22:07:
Thanks for that, now it compiles but it doesn't work, i.e. I added a
pair and value and then used trygetdata an
On Sat, Jan 27, 2024 at 1:40 PM Thomas Kurz via fpc-pascal
wrote:
> My problems are:
>
> 1. The "writeln" in line 32 correctly prints "0." when (cross-) compiling
> to win64, but "39.375" when compiling to win32 (with ppc386).
On Win64 all math i
On Sat, Jan 27, 2024 at 1:40 PM Thomas Kurz via fpc-pascal
wrote:
> 2. According to both C, Sqlite and Excel, the value of "t" in line 41 should
> be "8427.0229167". FPC gives me a difference of approximately 39/86400.
Again: if I cast all flots involved to
On Sat, Jan 27, 2024 at 6:23 PM Thomas Kurz via fpc-pascal
wrote:
> Hmmm... I don't think I can understand that. If the precision of "double"
> were that bad, it wouldn't be possible to store dates up to a precision of
> milliseconds in a TDateTime. I have a d
On Sun, Jan 28, 2024 at 10:21 AM Bernd Oppolzer via fpc-pascal
wrote:
> The problem now is:
>
> the printout of my value suggest an accuracy which in fact is not there,
Which is because I was too lazy to cater for that.
Notice the :20:20 in the writeln statement: I tell the compiler
;
Looks like "ChildTClass.ClassName" is correct but the constructor of the
appropriate class is not being called.
On 1/22/24 23:05, Michael Van Canneyt via fpc-pascal wrote:
On Mon, 22 Jan 2024, Amir--- via fpc-pascal wrote:
Params := TParams.Create;
WriteLn(Params.Int2.IntVal);
: application/gzip
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
I see... The trick was to define TMyClass!
Thanks!
On 2/1/24 02:19, Michael Van Canneyt via fpc-pascal wrote:
On Wed, 31 Jan 2024, Amir--- via fpc-pascal wrote:
Without more info (declaration of ChildTClass, declaration of the
constructor
of that class etc), it is not possible to
nt to contribute.___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Tue, Feb 6, 2024 at 6:13 PM Rafael Picanço via fpc-pascal
wrote:
> type
> {$IFDEF CPU86}{$IFDEF CPU32}
> TLargerFloat = Extended;
> {$ENDIF}{$ENDIF}
>
> {$IFDEF CPUX86_64}
> TLargerFloat = Double;
> {$ENDIF}
Why (re-invent the wheel)?
Why not use Ma
:= B_Const;
C_Var := C_Const;
FF := A_Var+B_Var/C_Var;
GG := A_Const+B_Const/C_Const;
(* HH := Extended(A_Const <https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
--- end of original message ---___
fpc-pascal maillist - fpc-pas
On Mon, 8 Jan 2024 22:08:16 +0100 (CET)
Michael Van Canneyt via fpc-pascal wrote:
>
>
> On Mon, 8 Jan 2024, Pique7 via fpc-pascal wrote:
>
> >> Disregarding the RTF for a moment, you'd need to save the contents of the
> >> text fields in a TStringlist instanc
On 2/16/24 9:57 AM, James Richters via fpc-pascal wrote:
So you are saying when constant propagation is on, an expression should have a
different result than with constant propagation off?
The result of math when using constants MUST be the same as the result of
identical math using
Thanks. Easy to forget that there are 3 ways to link to external libraries.
Original message From: Sven Barth via fpc-pascal
Date: 17/02/2024 00:29 (GMT+00:00) To:
FPC-Pascal users discussions Cc: Sven Barth
Subject: Re: [fpc-pascal] Can FPC link a program
with static
subcatagories CPUPOWERPC32 and
CPUPOWERPC64 ?
Cheers, Ched'
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
e webpage of Lazarus!
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
! The install process is far from that
goal right now.
Doug C.
Portable Lazarus would just kick ass.
g.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Wed, 16 Oct 2024 02:07:58 +0300, Rainer Stratmann via fpc-pascal
wrote:
> At the Lazarus Congress in Cologne in October 2024, it ended up being
> very
> interesting. An important question came up.
>
> Why are no new users coming to Lazarus/Freepascal?
> Why do we find it s
I'm doing my part by creating a Cookbook (along with an intro to FPC and snippets).
https://ikelaiah.github.io/free-pascal-cookbook/
https://ikelaiah.github.io/free-pascal-cookbook/docs/basics/intro-objpas-fpc/
Regards,
Ikel
Thum
obsolete
-macosx_version_min has been renamed to -macos_version_min
Was compiling a very simple program that doesn’t use this function so
I presume is some old definition on a linker script, but I’m guessing.
Regards,
Pete
___
fpc-pascal maillist - fpc
On 10/21/2024 1:35 AM, Christo Crause via fpc-pascal wrote:
The official FPC documentation can be accessed from here:
https://www.freepascal.org/docs.html
These are obviously reference documentation, not getting started or
how-to tutorials.
The documentation is hosted here:
https://gitlab.com
Apropos the new users discussion, i think the state of the docs is really
important, new users can be discouraged by lack of documentation or up-to-date
docs.
I just recently retired so not a new young user, but relatily new to fpc. So,
I’m willing to help update the docs, correct typos, etc
Ah, Ok thanks!
> On Oct 20, 2024, at 3:32 PM, Martin Frb via fpc-pascal
> wrote:
>
> The compare function is declared right inside the class
>
> { TFPGList }
>
> generic TFPGList = class(TFPSList)
> private
> type
> TCompareFunc = functio
Just tried to compile a short program with that definition of compare:
TCompareFunc, and that is the wrong type for TFPGList in my program
(yes there is a better class for strings but I just wanted a quick example
program to compile). FPC error message says it wants:
function(const ShortString
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Thanks!
> On Oct 21, 2024, at 1:35 AM, Michael Van Canneyt via fpc-pascal
> wrote:
>
>
>
> On Sun, 20 Oct 2024, ppadilcdx--- via fpc-pascal wrote:
>
>> Apropos the new users discussion, i think the state of the docs is really
>> important, new us
ginal message ---
On October 19, 2024 at 4:27 PM GMT+2 fpc-pascal@lists.freepascal.org wrote:
> On Oct 19, 2024 at 9:15:10 PM, Rainer Stratmann via fpc-pascal
> wrote:
>> I really can not see where beginners have to struggle with memory management.
>> If a project gets bigg
ennis Poon
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
El 16/10/2024 a las 05:12, Joao Paulo Schwarz Schuler via fpc-pascal
escribió:
Some half baked ideas:
* month after month, the percentage of code coded by AI grows and
human made shrinks.
* could Pascal be the ideal language coded (or preferred) by AI?
Given that Pascal is strongly typed
#x27; functions when needed.
I consulted co-pilot but it failed to teach me how to do so in a Free
Pascal program calling such an external library.
Please kindly help.
Dennis Poon
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://
iteln('foo');
end;
begin
foo;
end.
===
It outputs:
C:\Users\Bart\LazarusProjecten\ConsoleProjecten>test
class operator TRec.Initialize(var aRec: TRec)
foo
So, the initialization code is called before anything in the function.
Bart
On Sat, Nov 2, 2024 at 6:54 PM Thomas Kurz via fpc-p
On Tue, 15 Oct 2024 21:34:01 -0400 Rainer Stratmann via fpc-pascal
<mailto:fpc-pascal@lists.freepascal.org> wrote ---
Please notice that Telegram does not spend any money in marketing!
Telegram is one of the most popular messenger:
https://www.oberlo.com/statistics/most-p
On Tue, 15 Oct 2024 19:07:58 -0400 Rainer Stratmann via fpc-pascal
<mailto:fpc-pascal@lists.freepascal.org> wrote ---
At the Lazarus Congress in Cologne in October 2024, it ended up being very
interesting. An important question came up.
Why are no new users coming to Lazarus/Free
FPC provides headers for Win API, GTK2, Cocoa, etc. so you can create
GUI applications with a default FPC installation.
W dniu 2024-11-20 o 15:45, Travis Siegel via fpc-pascal pisze:
Again, both of which are IDEs (just of a different type.
You still haven't shown me how to build a GU
Does FPC have an equivalent site to http://www.getlazarus.org/? It's
very well presented.
g.
_______
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Fri, 15 Nov 2024 18:35:22 -0500 Steve Litt via fpc-pascal
wrote ---
So what do you all think? Does a good site really boil down to generous
sections of light content on dark background plus generous spacing
between sections and subsections?___
Travis,
There is a discussion in the fpc archives 2014 I believe about using Geany.
I have been using Geany for over 10 years with complex GUI programs ...
but you must use a file located in the directory where the executable is
linked.
... in this case extrafps.cfg
... and reference the
On 11/29/24 4:58 PM, James Richters via fpc-pascal wrote:
Thought this should be a separate thread... sorry it if ends up confusing
things.
ummm... so you know: changing the subject does not create a new thread...
posting a new message _/*without*/_ using (one of) the "Reply" bu
James Richters via fpc-pascal wrote on 1/12/24 8:36 am:
I decided to try to fix this myself, and I'm happy to say I got it working!
Well done!
I then went on to figure out that X11 is a Linux thing, but I'm on Windows.
X11 (X Window System) was originally a UNIX thing (macOS
On 12/2/24 10:39 AM, Wayne Sherman via fpc-pascal wrote:
On Mon, Dec 2, 2024 at 4:16 AM wkitty42--- wrote:
TLDR; i'm looking for a (small?) Pascal library to handle lz4 data blocks
contained inside a data file...
These use the lz4 library with pascal bindings (.a and.o files which
c
ing list traffic on the list where it belongs!*
___________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On 11/15/2024 7:36 AM, Hairy Pixels via fpc-pascal wrote:
On Nov 15, 2024 at 9:23:41 PM, Steve Litt via fpc-pascal
wrote:
First of all, Joanna on #fpc (and other fpc related IRC channels) has
blown off over 100 potential fpc users, including myself. I'm learning
Ada now, and liking it
On Sat, Nov 16, 2024 at 8:55 AM Steve Litt via fpc-pascal
wrote:
> See this is what I don't understand. In the 7 years I used Turbo Pascal
> professionally, I don't remember ever having to allocate or free
> memory: I just declared variables. This was one of the big advantage
El 30/11/2024 a las 09:53, Hairy Pixels via fpc-pascal escribió:
On Nov 30, 2024 at 3:11:10 PM, Michael Van Canneyt via fpc-pascal
wrote:
This is very much on topic. FPC has no build system
Huh ? Of course it does, it has 2. fpcmake (older) and fpmake.
Please don't spread inco
Is there a reason that the fpc installation does not include the fcl-stl
examples and docs in the share/doc directory? I had to download the fpc source
to find them (in packages/fcl-stl).
Regards
Pete
___
fpc-pascal maillist - fpc-pascal
FYI: A related case is rtl-generics, although there are some examples in the
installed share/doc, there are many more examples in the fpc source
packages/rtl-generics. Thanks.
Pete
> On Feb 4, 2025, at 1:49 AM, Michael Van Canneyt via fpc-pascal
> wrote:
>
>
>
>
files, and not sure how propose a change to add the generated html files
so that they show in the documentation site.
Any advice appreciated.
Regards
Pete
___________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
s#(Process.)RunCommand
In general, study this article. There are a lot of details there, and options
that you can choose, depending on what you need.
>Пятница, 24 января 2025, 19:18 +05:00 от Terry A. Haimann via fpc-pascal
>:
>
>
>I recently tried to execute a sed command from Lazaru
On Mon, Dec 16, 2024 at 2:21 PM Bo Berglund via fpc-pascal
wrote:
> Can this be done and in that case how?
Yes, of course it can be done.
Lazarus IDE just calls the compiler with the correct parameters ;-)
If you happen to have a compiled version of lazbuild on the computer
in question i
501 - 600 of 5724 matches
Mail list logo