On Sat, 20 Apr 2019 12:19:14 +0200, "Mgr. Janusz Chmiel"
wrote:
>Who of you know The command which will allow Me to download source code
>of Free Pascal compiler 3.0.0
The servers are now on line again, so on Linux do this to place the
sources in dev/fpc inside your home dir:
mkdir -p ~/dev/f
Hi,
The website has been restored to working order.
SVN should be working again, Mantis has been updated to the latest version.
We're still working on some features, for example emails are not yet being
sent.
Michael.
___
fpc-pascal maillist - fp
On 20/04/2019 10:23, Joost van der Sluis wrote:
> Lazutils could also be installed with Fppkg.
Very good to know - thanks for mentioning that Joost. Glad to see the
fppkg is finally being used after years lying dormant.
Regards,
Graeme
___
fpc-pasca
I feel like I may have asked this before but I can’t find anything on Google.
Why doesn’t this work?
program test;
type
TRec = record
x: integer;
end;
type
THelper = record helper for TRec
property F: integer read x; // <<<—— ERROR: Unknow
On Sat, 20 Apr 2019 12:19:14 +0200, "Mgr. Janusz Chmiel"
wrote:
>Who of you know The command which will allow Me to download source code
>of Free Pascal compiler 3.0.0
Normally available via svn from this URL:
https://svn.freepascal.org/svn/fpc/
select the tag you want and then just checkout or
Here’s another implementation using blockread and blockwrite. The main thing
missing is setting the file attributes on *nix systems.
Rgds Darius
https://github.com/daar/pmake/blob/master/pmake/pmake_utilities.pas
Verstuurd vanaf mijn iPhone
> Op 20 apr. 2019 om 11:23 heeft Joost van der Slui
Dear specialists,
Who of you know The command which will allow Me to download source code
of Free Pascal compiler 3.0.0
Does somebody of you know The link for downloading this specific version?
I AM using Pandroid and compiled classes can not be converted to .dex
format by none of The available
Hello,
This afternoon (for GMT+1) you will experience downtime in the website of FPC,
The subversion service for FPC/Lazarus and the bugtracker.
The host machine needs maintenance and this will result in some downtime of
some services.
FTP, Lazarus website, wiki and mailinglists will be unaff
Op 18-04-19 om 13:04 schreef James Richters:
How would I use this LazUtils Package with just FPC? Is there way to download
it by itself? Or would I have to Install Lazarus somewhere, go find the unit
and copy it in with all my FPC Units?
Lazutils could also be installed with Fppkg. Just dow