Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-15 Thread Peter Vreman
> Florian Klaempfl wrote: >> Hi, >> >> FPC 2.0.2 is finally available for various platforms. 2.0.2 is mainly a >> bug fix release to 2.0.0 though also some little features were added. >> >> Get FPC 2.0.2 from http://www.freepascal.org/download.html or read the >> whatsnew.txt here: ftp://ftp.freepa

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-14 Thread Koenraad Lelong
Florian Klaempfl wrote: Hi, FPC 2.0.2 is finally available for various platforms. 2.0.2 is mainly a bug fix release to 2.0.0 though also some little features were added. Get FPC 2.0.2 from http://www.freepascal.org/download.html or read the whatsnew.txt here: ftp://ftp.freepascal.org/pub/fpc/di

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Adrian Veith
Marco van de Voort schrieb: Congratulations, with fpc 2.0.2 it's the first time, we were able to compile and run our dbGonzales database server (complete delphi code). In earlier versions of fpc, we always had some problems (mostly with variants), which caused runtime crashes. First tests s

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Marco van de Voort
> Congratulations, > > with fpc 2.0.2 it's the first time, we were able to compile and run our > dbGonzales database server (complete delphi code). In earlier versions > of fpc, we always had some problems (mostly with variants), which caused > runtime crashes. > First tests show that the execu

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Peter Vreman
> Congratulations, > > with fpc 2.0.2 it's the first time, we were able to compile and run our > dbGonzales database server (complete delphi code). In earlier versions > of fpc, we always had some problems (mostly with variants), which caused > runtime crashes. > First tests show that the execution

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Florian Klaempfl
Adrian Veith wrote: > Congratulations, > > with fpc 2.0.2 it's the first time, we were able to compile and run our > dbGonzales database server (complete delphi code). In earlier versions > of fpc, we always had some problems (mostly with variants), which caused > runtime crashes. > First tests s

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Vincent Snijders
Adrian Veith wrote: Congratulations, First tests show that the execution speed of the server is about 10% - 30% slower than the same code compiled with delphi (win32). On the first glance, i would say, that these performance problems are in the string related routines. It would be nice to

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Adrian Veith
Congratulations, with fpc 2.0.2 it's the first time, we were able to compile and run our dbGonzales database server (complete delphi code). In earlier versions of fpc, we always had some problems (mostly with variants), which caused runtime crashes. First tests show that the execution speed of

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/12/05, Vincent Snijders <[EMAIL PROTECTED]> wrote: > I know my company blocked 1, but has 8080 opened, so I requested fpc to > listen > on 8080 too: http://community.freepascal.org:8080/ Great! It´s the first time I see free pascal community page o.o -- Felipe Monteiro de Carvalho

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Since we are talking about this, I can access the pages I posted, but I have never, ever being able to access http://community.freepascal.org:1/ I know my company blocked 1, but has 8080 opened, so I requested fpc to listen on 8080 too: http://commu

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/12/05, Micha Nelissen <[EMAIL PROTECTED]> wrote: > Weird, are you on wireless or anything like that ? (Do you have normal > MTU settings?) > > I have heard of other people not able to reach www.freepascal.org, but > we've never been able to debug it. I *think* it's a configuration > problem h

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Florian Klaempfl
constantijnw wrote: > Highly appreciate your replies! > > Felipe Monteiro de Carvalho wrote > >> Can you specify what error messages / problems you are having with >> variants? >> >> >> > The usual D7 Variants unit stuff: Varxxx, e.g. VarArrayCreate This is no error message/problem, VarArrayC

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Micha Nelissen
constantijnw wrote: Felipe Monteiro de Carvalho wrote Specifically for FPC Run-time Library units you can check a list of units + documentation here: http://www.freepascal.org/docs-html/rtl/index.html Unreachable... Weird, are you on wireless or anything like that ? (Do you have normal MT

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread constantijnw
Highly appreciate your replies! Felipe Monteiro de Carvalho wrote Can you specify what error messages / problems you are having with variants? The usual D7 Variants unit stuff: Varxxx, e.g. VarArrayCreate which FPC unit maps to which Delphi unit Here is a list: http://wiki.lazaru

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/12/05, constantijnw <[EMAIL PROTECTED]> wrote: > Thank you, Lazarus is installed. However my problems have to do with: > variants, > custom variants, Can you specify what error messages / problems you are having with variants? > which FPC unit maps to which Delphi unit Here is a list: htt

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread constantijnw
If you are new to Free Pascal you might want to try Lazarus, the open source IDE for developing applications with Free Pascal. Thank you, Lazarus is installed. However my problems have to do with: variants, custom variants, inline assembly code, and which FPC unit maps to which Delphi unit

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/11/05, constantijnw <[EMAIL PROTECTED]> wrote: > Congratulations! I'm new to free pascal and wonder for weeks now how to > reach your web site. > > Constantijn If you are new to Free Pascal you might want to try Lazarus, the open source IDE for developing applications with Free Pascal. The

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-11 Thread constantijnw
Florian Klaempfl wrote: Get FPC 2.0.2 from http://www.freepascal.org/download.html Hi, Congratulations! I'm new to free pascal and wonder for weeks now how to reach your web site. Constantijn ___ fpc-pascal maillist - fpc-pascal@lists.freepasca

[fpc-pascal] FreePascal 2.0.2 available

2005-12-10 Thread Florian Klaempfl
Hi, FPC 2.0.2 is finally available for various platforms. 2.0.2 is mainly a bug fix release to 2.0.0 though also some little features were added. Get FPC 2.0.2 from http://www.freepascal.org/download.html or read the whatsnew.txt here: ftp://ftp.freepascal.org/pub/fpc/dist/whatsnew.txt Have fun.