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
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/
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 -
> 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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
> >
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
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
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
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/
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
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
24 matches
Mail list logo