[fpc-devel] Generics

2006-04-09 Thread rstar
It isn't clear to me what the current status about Generics is: http://www.freepascal.org/wiki/index.php/Generics Are they Delphi conform (.net2)? What's planned? Can somebody explain? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Generics

2006-04-09 Thread rstar
Florian Klaempfl wrote: Is there already a specification how they will look like in Delphi? I think no. But there is already a specification for C#. I guess the Delphi syntax won't be differ to much from the C# definition: http://qc.borland.com/wc/qcmain.aspx?d=11168

Re: [fpc-devel] Generics

2006-04-09 Thread rstar
Flávio Etrusco wrote: On 4/9/06, Florian Klaempfl [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: (...) Is there already a specification how they will look like in Delphi? (.net2)? What's planned? Can somebody explain? They are more like C++ templates. What? Do you

[fpc-devel] Which version of fpc has the new internal linker?

2006-04-05 Thread rstar
Which version of FPC has the new internal linker? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Porting to Lazarus

2006-02-13 Thread rstar
http://port2laz.blogspot.com/ ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Stop the download HORROR

2006-02-11 Thread rstar
Let's start the odyssey: -Need the latest win32 compiler. -Go to http://www.lazarus.freepascal.org/modules.php?op=modloadname=Downloadsfile=indexreq=viewsdownloadsid=1 -There is no Win32 compiler! -Is Lazarus a Linux project only? after 15 minutes I found

Re: [fpc-devel] x64 resources

2005-12-07 Thread rstar
Andrew Haines wrote: Hi, Is support for resources {$R someresource.res} planned for ppcx64? Thanks, Andrew ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel It is planned in

[fpc-devel] bug 4549 - linker error

2005-12-03 Thread rstar
http://www.freepascal.org/bugs/showrec.php3?ID=4549 Had the same problem. Is there a detailed linker error message or log file? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] linker problem

2005-12-03 Thread rstar
Sorry. Must read http://www.freepascal.org/bugs/showrec.php3?ID=4548 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Systems fair

2005-11-23 Thread rstar
L505 wrote: I think like how torry.net, Delphi 3000, etc. work (but you obviously can create smaller websites than that) people should be building independent websites to promote freepascal. I would diagree. Up to now there a tons of sites concering FPC/Lazarus: freepascal.org,

[fpc-devel] CrossFPC article (in german)

2005-11-09 Thread rstar
http://www.toolbox-mag.de/data/tx62005artikel1.pdf ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Some Generics inspirations

2005-11-08 Thread rstar
Some Generics inspirations: http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/BestPractices.asp http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dndotnet/html/ToolSupport.asp

Re: [fpc-devel] Templates / Generics

2005-11-08 Thread rstar
Marco van de Voort wrote: Florian Klaempfl [EMAIL PROTECTED] wrote: Is this correct so far? Ok. So, FPC will follow chrome/Delphi? Afaik there is no need to. Chrome is as relevant as C++, since it is a different language, and Delphi implements .NET stuff, and maybe

Re: [fpc-devel] Templates / Generics

2005-11-08 Thread rstar
Michael Van Canneyt wrote: On Tue, 8 Nov 2005 [EMAIL PROTECTED] wrote: Vincent Snijders wrote: LOL. Then they have to publish their specs real soon now. And I mean not something in a blog, but more something like documentation. We can't wait another 5 years, until they finally make

Re: [fpc-devel] Templates / Generics

2005-11-08 Thread rstar
Mattias Gaertner wrote: Why do you think, that Borland will use ECMA Standard 334 for C# for the Delphi generics? Is there any official page, document, statement? Why should Borland reinvent the wheel? http://bdn.borland.com/article/0,1410,33383,00.html

Re: [fpc-devel] Generics Basics

2005-11-08 Thread rstar
dannym wrote: Hi, Am Dienstag, den 08.11.2005, 18:10 -0200 schrieb Felipe Monteiro de Carvalho: Hello, I am trying to understand what exactly generics are. I read the wiki page, but there are lot's of code examples and very few explanations. Can someone explain it to me in a (relatively)

Re: [fpc-devel] (no subject)

2005-11-07 Thread rstar
Marco van de Voort wrote: Interesting switch in FPC 2.1.1: -Skload fpcylix unit what is it for? Afaik it implicitely USES the fpcylix unit that contains some identifiers for Kylix compat that we _really_ didn't want in the normal system/sysutils unit.

Re: [fpc-devel] (no subject)

2005-11-07 Thread rstar
Michael Van Canneyt wrote: On Mon, 7 Nov 2005 [EMAIL PROTECTED] wrote: Marco van de Voort wrote: Interesting switch in FPC 2.1.1: -Skload fpcylix unit what is it for? Afaik it implicitely USES the fpcylix unit that contains some identifiers for Kylix compat

Re: [fpc-devel] Templates / Generics

2005-11-04 Thread rstar
This is evaluated by the pre-compiler run during compile time. When you use the template with e.g. var bl: ListString; then procedure show(s:string) is taken. Peter Vreman wrote: Mattias Gaertner wrote: This page looks only like the start of a proposal. Neither complete nor

Re: [fpc-devel] Templates / Generics

2005-11-04 Thread rstar
What is Chrome? Some examples of Generics: http://www.remobjects.com/articles/?id={A1D08EE3-0D9E-4828-AFB3-B2C1E772186E} ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Templates / Generics

2005-11-03 Thread rstar
Hi *, Delphi 11 .Net 2.0 will support Generics. Maybe Delphi 11 Win32. There is already proposal: http://qc.borland.com/wc/qcmain.aspx?d=11168 The FPC syntax must be at least a subset of the Borland syntax to be compatible. Mattias Gaertner wrote: Hi all, I want to push generics to

Re: [fpc-devel] Templates / Generics

2005-11-03 Thread rstar
Mattias Gaertner wrote: This page looks only like the start of a proposal. Neither complete nor official. Why do you think, that D2006 will have generics? D2006 D11=D2007 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Templates / Generics

2005-11-03 Thread rstar
Alexey Barkovoy wrote: Delphi 11 .Net 2.0 will support Generics. Maybe Delphi 11 Win32. This page looks only like the start of a proposal. Neither complete nor official. Why do you think, that D2006 will have generics? Not Delphi 2006, but Delphi 2007

[fpc-devel] CrossFPC

2005-08-14 Thread rstar
Hi! I need something to play with! Where can I get an alpha version of CrossFPC? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] David Intersimone Interview about Freepascal and Lazarus!!!

2005-06-03 Thread rstar
David Intersimone Interview about Freepascal and Lazarus!!! http://www.bitwisemag.com/media/video/iv/davidi_june2005/davidi_interview_delphi.wmv go to 3:32 ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] system time/date

2005-05-29 Thread rstar
Hi folks! Some newsgroup posters have wrong system time/date on their PC's. Thus the emails are being sorted wrong. This script would help on Windows PC: @echo off net time /setsntp:ptbtime1.ptb.de w32tm -once ___ fpc-devel maillist -

[fpc-devel] bug #3064

2005-03-28 Thread rstar
One question to the fpc team: What is the difficulty with bugs #3064 {$A+/-} problem #3497 $OPTIMIZATION unknown #3687 Locality of $J /$writeableconst ??? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Daily Lazarus Snaps

2005-03-14 Thread rstar
Great!!! All in one! http://www.ca.freepascal.org/Lazarus/ ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] FPC 2.0

2005-02-11 Thread rstar
Is there already a release date of FPC 2.0 ? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] (no subject)

2005-02-10 Thread rstar
Hint: fpc-1.9.7.i386-win32.exe 8/2/2005 is corrupt! ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] bug 3626

2005-02-02 Thread rstar
I expect a out of bounds error messeage. Independent from $R. Florian Klaempfl wrote: [EMAIL PROTECTED] wrote: int64 integer ??? The compiler reports a range check error depending on $R as warning or error. So where is the problem? What do you expect to happen? Vincent Snijders wrote: [EMAIL

Re: [fpc-devel] bug 3626

2005-02-02 Thread rstar
can agree. peter green wrote: im not going to argue whether this is right or wrong but in delphi at least $R only affects run time range checking. In delphi that code will give an error (constant expression violates subrange bounds) even with range checking off.

Re: [fpc-devel] enumerating environment variables

2004-12-11 Thread rstar
Typical Borland statement! Florian Klaempfl wrote: [EMAIL PROTECTED] wrote: Release date for 2.0 ? - When it's finished - asap ;) ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] (no subject)

2004-11-06 Thread rstar
the new directory structure has broken something!? D:\Lazarusmake process_begin: CreateProcess((null), ppc386.exe -iVSPTPSOTO, ...) failed. process_begin: CreateProcess((null), ppc386.exe -iSP, ...) failed. process_begin: CreateProcess((null), ppc386.exe -iTP, ...) failed. process_begin:

[fpc-devel]bug 3272

2004-08-29 Thread rstar
Hi! Can someone solve this heavy bug below. Thanks! program bug3272; var i: integer; begin for i:= -1 to -2 do writeln (i); writeln; for i:= 1 to 0 do writeln (i); end. ___ fpc-devel maillist - [EMAIL PROTECTED]

[fpc-devel]daily snapshot check: make process broken

2004-08-07 Thread rstar
D:\Lazarusmake make -C lcl all make[1]: Entering directory `D:/Lazarus/lcl' d:/fpc/bin/win32/rm.exe -f units/i386/win32/alllclunits.ppu d:/fpc/bin/win32/ppc386.exe -gl -Fu. -Fuwidgetset -Fiinclude -FUunits/i386/win32 -di386 alllclunits.pp Hint: End of reading config file d:\fpc\bin\win32\fpc.cfg

[fpc-devel]path problems in lastest fpc snap

2004-07-24 Thread rstar
D:\Lazarusmake make -C lcl all make[1]: Entering directory `D:/Lazarus/lcl' d:/fpc/bin/win32/rm.exe -f units/i386/win32/alllclunits.ppu d:/fpc/bin/win32/ppc386.exe -gl -Fu. -Fuwidgetset -Fiinclude -FUunits/i386/win32 -di386 alllclunits.pp Hint: End of reading config file d:\fpc\bin\win32\fpc.cfg

Re: [fpc-devel]path problems in lastest fpc snap

2004-07-24 Thread rstar
The snap should contain the latest units!??? Jonas Maebe wrote: On 24 jul 2004, at 16:31, [EMAIL PROTECTED] wrote: D:\Lazarusmake make -C lcl all make[1]: Entering directory `D:/Lazarus/lcl' d:/fpc/bin/win32/rm.exe -f units/i386/win32/alllclunits.ppu d:/fpc/bin/win32/ppc386.exe -gl -Fu.

Re: [fpc-devel]FPC 2.0

2004-07-12 Thread rstar
Lee, John wrote: /home/fpc/ftp/snapshot/v19/win32-i386 on ftp.freepascal.org with the other snapshots...where else? J where? I can't find them. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information

[fpc-devel]FPC 2.0

2004-07-11 Thread rstar
Hello all, is there a release date for FPC 2.0 ? BTW: Can somebody produce a new fpc win32 binary snapshot? ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]snaps

2004-06-20 Thread rstar
Hello all, can anybody produce some more recent snaps (win32/linux/lazarus) please (last from 2004/6/1). ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel]fpc/snapshot/v19/win32-i386 build

2004-05-30 Thread rstar
Peter Vreman wrote: Hello all, can somebody run the script for a new fpc/snapshot/v19/win32-i386 build. The current snap is dated 18.05.2004. Only John Lee has access to the machine. ___ fpc-devel maillist - [EMAIL PROTECTED]

[fpc-devel]object files

2004-05-29 Thread rstar
Hello all, I have to link some object files to my fpc program. Can somebody tell me what g++ compiler switches are necessary to get a fpc compatible .o file? I am using the MinGW GNU C++ Compiler Win32. ___ fpc-devel maillist - [EMAIL PROTECTED]

Re: [fpc-devel]Delphi compiler Sibyl

2004-05-08 Thread rstar
Marco van de Voort wrote: Some years ago there was a Delphi compiler named Sibyl for OS2 from a German company. Now it's under GPL. No, if you read well, you'll see that only the modifications of the author are under GPL. It does say something about (parts of) Sybil being published on the

[fpc-devel]Please make a fpc win32 snap possible

2004-01-23 Thread rstar
Please make a fpc win32 snap possible. Current: 10.01.2004 ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel]Please make a fpc win32 snap possible

2004-01-23 Thread rstar
Lee, John wrote: Uploaded latest win32 v1.9 on Jan 23rd to to ftp.freepascal.org /home/fpc/ftp/snapshot/v11/win32-i386 HTH John --- Sent: 23 January 2004 09:12 To: [EMAIL PROTECTED] Subject: [fpc-devel]Please make a fpc win32 snap possible Please make a fpc win32 snap possible. Current:

[fpc-devel](no subject)

2004-01-05 Thread rstar
Why is there no daily binary snapshot at ftp://ftp.freepascal.org/pub/fpc/snapshot/v11/win32-i386/ ??? Latest files are marked with 14/12/03. ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]fpc (win32) snapshot

2003-12-30 Thread rstar
The current fpc (win32) snapshot is dated 14.12. Is there a more recent in the near future? ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]confusing zlib organisation

2003-11-22 Thread rstar
There is a confusing zlib organisation in FP. You have to write: uses {$IFDEF FPC} ZStream, {$ELSE} ZLib, {$ENDIF} ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel]windres problem

2003-11-16 Thread rstar
[EMAIL PROTECTED] wrote: On Sun, 16 Nov 2003 [EMAIL PROTECTED] wrote: Compiling a delphi unit with dfm causes problems. Message: d:\fpc\bin\win32\windres.exe: can't open font file `TTrace'... Under D6 it works. G:\d:\fpc\bin\win32\ppc386 -TWin32 trace Hint: End of reading config file fpc.cfg