On Thu, 26 May 2016 12:43:05 +0200, Bo Berglund
wrote:
>I got a suggestion from the Embarcadero
>forum to check Synopse and there I found a single file (plus an inc)
>solution to my problem.
>I downloaded the PasZip.pas and Synopse.inc files from this location:
>http://synopse.info/fossil/dir?ci=
what is the correct way to write {$IFDEF FPC Version > 3.0}
Thanks in advance,
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Fri, Jul 08, 2016 at 06:47:19PM +0800, Dennis wrote:
> what is the correct way to write {$IFDEF FPC Version > 3.0}
{$if FPC_FULLVERSION > 3}
See: http://www.freepascal.org/docs-html/current/prog/progap7.html
Henry
___
fpc-pascal maillist - fpc
On Fri, 8 Jul 2016 18:47:19 +0800
Dennis wrote:
> what is the correct way to write {$IFDEF FPC Version > 3.0}
{$IF FPC_FULLVERSION>3}
Mattias
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/l
On 7/8/16, Dennis wrote:
> what is the correct way to write {$IFDEF FPC Version > 3.0}
See answers above.
For your information:
FPC_FULLVERSION construction:
Major*1 + Minor*100 + Revision
Bart
___
fpc-pascal maillist - fpc-pascal@lists.freepas
Henry Vermaak wrote
> See: http://www.freepascal.org/docs-html/current/prog/progap7.html
> Henry
Wow, I was looking for a complete list of "define-compiler" for ages
(already asked in fpc-forum but never get usable answer).
Many thanks Henry.
Fre;D
-
Many thanks ;-)
--
View this message in
Bart wrote:
On 7/8/16, Dennis wrote:
what is the correct way to write {$IFDEF FPC Version > 3.0}
See answers above.
For your information:
FPC_FULLVERSION construction:
Major*1 + Minor*100 + Revision
Thank you all for your answers.
Dennis
__
Hello
I installed FreeBSD 10.3 under VirtualBox. This is the first time I
use FreeBSD. Cool!
I managed to install X, XFCE and all applications I need.
FPC and Lazarus both work.
Only thing missing now is FPC source code, needed by Lazarus.
Can it be installed from ports with "pkg" command?
I don'
Hello Juha.
There is a FreeBSD distro with fpc 2.6.4 + 3.0.0 installed : polYdev.
Here announcement on FreeBSD forum :
https://forums.freebsd.org/threads/53085/
Here where to download the iso :
https://drive.google.com/folderview?id=0B9nMtGPLtz40fklIUFdFMFl2R25wUFJfTEtEQ3pocjRjaU5CdUl3S0pFaHdYdk
Hello Juha.
There is a FreeBSD distro with fpc 2.6.4 + 3.0.0 installed : polYdev.
Here announcement on FreeBSD forum :
https://forums.freebsd.org/threads/53085/
Here where to download the iso :
https://drive.google.com/folderview?id=0B9nMtGPLtz40fklIUFdFMFl2R25wUFJfTEtEQ3pocjRjaU5CdUl3S0pFaHdYdk
On 2016-07-08 21:03, Juha Manninen wrote:
> I installed FreeBSD 10.3 under VirtualBox. This is the first time I
> use FreeBSD. Cool!
Welcome to the club. Next stop... install FreeBSD has your host OS.
> Only thing missing now is FPC source code, needed by Lazarus.
> Can it be installed from port
Hello Graeme.
I/'ve never tried OpenBSD. But if you want a more "linux like" experience
(everything gets configured for you), then try PC-BSD. /
Huh, afaik, PC-BSD is based on FreeBSD.
On my way, I prefer GhostBSD than PC-BSD. I always had problem with PC-BSD
and GhostBSD works out-of-the box.
Juha Manninen wrote
> Another thing missing from my FreeBSD is proper keyboard mapping. It
> behaves like US keyboard now.
Hello.
You may use, if xorg was installed, in console :
setxkbmap xx
For example: setxkbmap us or setxkbmap fr or setxkbmap it,...
But, like Graeme noted, with PC-BSD or G
On Fr, 2016-07-08 at 23:03 +0300, Juha Manninen wrote:
> Hello
>
> I installed FreeBSD 10.3 under VirtualBox. This is the first time I
> use FreeBSD. Cool!
> I managed to install X, XFCE and all applications I need.
> FPC and Lazarus both work.
>
> Only thing missing now is FPC source code, neede
14 matches
Mail list logo