Re: [fpc-devel] Object Pascal books

2007-08-21 Thread Michael Van Canneyt
On Mon, 20 Aug 2007, Paschal Mushubi wrote: > Hi All > Could you recommend good introduction and reference books for Object Pascal? > I mean books about the language not the frameworks. Look on the web for Marco Cantu's book. I think this is pretty much what you are looking for. Marco has a web

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Jonas Maebe
On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) The snapshots were broken last night: /FPC/home/fpc/snapshot/fpc-2.1/compiler/ppc386 -Ur -Xs -O2 -n -Fu/FPC/

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Vincent Snijders
Jonas Maebe schreef: On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) The snapshots were broken last night: /FPC/home/fpc/snapshot/fpc-2.1/compiler/ppc386 -Ur -

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread dhkblaszyk
> Jonas Maebe schreef: >> >> On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: >> - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) >> >> The snapshots were broken last night: >> >> /FPC/home/fpc/snapshot

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Michael Van Canneyt
On Tue, 21 Aug 2007, Jonas Maebe wrote: > > On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: > > > >- implemented archiving to zip using TZipper (only when no user assigned > > >ArchiveFilesProc, because that overrides the command) > > The snapshots were broken last night: > > /FPC/home/

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Vincent Snijders
Vincent Snijders schreef: Jonas Maebe schreef: On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) The snapshots were broken last night: /FPC/home/fpc/snapshot/f

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Jonas Maebe
On 21 Aug 2007, at 10:34, [EMAIL PROTECTED] wrote: It did work here on i386-linux. I have two zippers: /home/vsds/src/fpc/2.3/packages/fcl-base/src/inc/zipper.pp /home/vsds/src/fpc/2.3/utils/fppkg/fcl20/zipper.pp The zipper version in fppkg is there for bootstrapping purposes. I suppose th

Re: [fpc-devel] error in comment?

2007-08-21 Thread Vincent Snijders
Vincent Snijders schreef: While browsing the rtl sources, I stumbled on the following in rtl\win32\system.pp const CtrlZMarksEOF: boolean = true; (* #26 not considered as end of file *) The comment seems inconsistent with the the value 'true'. See also http://lazarus-ccr.sourceforge.net/docs

Re: [fpc-devel] fpmake patch 21-aug

2007-08-21 Thread Michael Van Canneyt
On Tue, 21 Aug 2007, Darius Blaszijk wrote: > The following patch implements: > - added EXTERNALZIP define to make bootstrapping possible (missing zipper > unit) > - implemented SearchFiles method which can search recursively and with a > filemask (asterisk or questionmark) using MatchesMask fun

Re: [fpc-devel] fpmake patch 21-aug

2007-08-21 Thread Michael Van Canneyt
On Tue, 21 Aug 2007, Michael Van Canneyt wrote: > > > On Tue, 21 Aug 2007, Darius Blaszijk wrote: > > > The following patch implements: > > - added EXTERNALZIP define to make bootstrapping possible (missing zipper > > unit) > > - implemented SearchFiles method which can search recursively and

Re: [fpc-devel] sdlgraph, pre-alpha

2007-08-21 Thread Jonas Maebe
On 19 Aug 2007, at 23:28, Evgeniy Ivanov wrote: Hi! I did it. And working with its implementation. Congratulations! Just one note: please do not make it GPL, because that would mean anyone using that unit would have to make their program also GPL. Instead, please change the text at the to

Re: [fpc-devel] fpmake patch 21-aug

2007-08-21 Thread Darius Blaszijk
Michael Van Canneyt wrote: On Tue, 21 Aug 2007, Michael Van Canneyt wrote: On Tue, 21 Aug 2007, Darius Blaszijk wrote: The following patch implements: - added EXTERNALZIP define to make bootstrapping possible (missing zipper unit) - implemented SearchFiles method which can search re

[fpc-devel] Delphi's generics syntax

2007-08-21 Thread Inoussa OUEDRAOGO
Hi I just saw this blog about upcoming Delphi's generic syntax at this address http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1498 -- Inoussa O. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Michael Van Canneyt
On Tue, 21 Aug 2007, Inoussa OUEDRAOGO wrote: > Hi > > I just saw this blog about upcoming Delphi's generic syntax at this > address http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1498 They of course had to do it different from FPC, once more. I suppose their operator overloading will also b

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Vincent Snijders
Michael Van Canneyt schreef: On Tue, 21 Aug 2007, Inoussa OUEDRAOGO wrote: Hi I just saw this blog about upcoming Delphi's generic syntax at this address http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1498 They of course had to do it different from FPC, once more. What are the differenc

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Daniël Mantione
Op Tue, 21 Aug 2007, schreef Michael Van Canneyt: > I suppose their operator overloading will also be different again. That is old news. In case you didn't notice: their operator syntax sucks horribly. Daniël___ fpc-devel maillist - fpc-devel@list

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Jonas Maebe
On 21 Aug 2007, at 23:00, Michael Van Canneyt wrote: I just saw this blog about upcoming Delphi's generic syntax at this address http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1498 They of course had to do it different from FPC, once more. It wouldn't surprise me if their actual implement

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Michael Van Canneyt
On Tue, 21 Aug 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Tue, 21 Aug 2007, Inoussa OUEDRAOGO wrote: > > > > > Hi > > > > > > I just saw this blog about upcoming Delphi's generic syntax at this > > > address http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1498 > >

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Daniël Mantione
Op Tue, 21 Aug 2007, schreef Michael Van Canneyt: > > > On Tue, 21 Aug 2007, Inoussa OUEDRAOGO wrote: > > > Hi > > > > I just saw this blog about upcoming Delphi's generic syntax at this > > address http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1498 > > They of course had to do it differ

Re: [fpc-devel] Object Pascal books

2007-08-21 Thread Paschal Mushubi
On Mon, 20 Aug 2007, Paschal Mushubi wrote: Hi All Could you recommend good introduction and reference books for Object Pascal? I mean books about the language not the frameworks. Look on the web for Marco Cantu's book. I think this is pretty much what you are looking for. Marco has a websi

Re: [fpc-devel] Object Pascal books

2007-08-21 Thread Darius Blaszijk
I saw Marco Cantù's Essential Pascal. But the book seems to assume you have you have Delphi ( the IDE). I was looking for GUI free code examples that I can compile with FPC. Are there no other alternatives? The FPC alternative to Delphi is Lazarus. Check out www.lazarus.freepascal.org and dow

Re: [fpc-devel] Delphi's generics syntax

2007-08-21 Thread Inoussa OUEDRAOGO
IMHO, the better FPC becomes the more Borland/CodeGear will be forced to be coperative as so many people will be using FPC; It's just a matter of time. -- Inoussa O. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/

Re: [fpc-devel] fpmake patch 21-aug

2007-08-21 Thread Luiz Americo Pereira Camara
Darius Blaszijk wrote: I think the 'MatchesMask' function belongs in strutils or sysutils. (a copy of it exists there anyway :/) Sure? I searched the rtl and couldn't find the function. I agree it should live there, but afaict it doesn't yet. I found the code in fpunit.pp which was used in

Re: [fpc-devel] fpmake patch 21-aug

2007-08-21 Thread Darius Blaszijk
Are you looking for StrUtils.IsWild? Luiz Thanks Luiz, that's it. Darius ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel