[fpc-pascal] Object Pascal books

2007-08-20 Thread Paschal Mushubi
Hi All Could you recommend good introduction and reference books for Object Pascal? I mean books about the language not the frameworks. Thanks. p. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo

Re: [fpc-pascal] Problem with interfaces

2007-08-20 Thread Micha Nelissen
Joao Morais wrote: > The first call that I make to DefaultObj from *another* unit recreate > the object, because, I don't know why, the _holder var points again to nil. Try to use a data watchpoint to watch when the variable is being changed. Hopefully that will point to the root cause. Did you al

Re: [fpc-pascal] Problem with interfaces

2007-08-20 Thread Joao Morais
Darius Blaszijk wrote: I've had similar issues some time ago. Have you tried FPC 2.3.1? It has a some interface fixes. Nope. Trunk, rev. 8290 and still broken :-/ Thanks. -- Joao Morais Joao Morais wrote: Hello, I have the following code: {$mode objfpc} interface ... function Defau

Re: [fpc-pascal] About the bug report #9408...

2007-08-20 Thread Jonas Maebe
On 20 Aug 2007, at 00:56, mm wrote: Jonas Maebe a écrit : On 15 Aug 2007, at 03:51, mm wrote: To J.M. --- You said "To be compatible with Delphi". With its current behaviour, FPC 2.1.4 is not compatible with Delphi (and no more with FPC 2.0.4). It is at least more compatible with Delph

Re: [fpc-pascal] Delphi 2007 looks like Java and Ruby

2007-08-20 Thread Marco van de Voort
> > I'm reading the following article on codegear: > http://dn.codegear.com/article/34324 > And for me it looks like Delphi 2007 is trying to be a pure OO > language, where it starting to take things from Ruby and Java. > Now while some things are well, sounds really good, I do not like the > dire

Re: [fpc-pascal] Delphi 2007 looks like Java and Ruby

2007-08-20 Thread Michael Van Canneyt
On Sun, 19 Aug 2007, ik wrote: > Hi, > > I'm reading the following article on codegear: > http://dn.codegear.com/article/34324 > And for me it looks like Delphi 2007 is trying to be a pure OO > language, where it starting to take things from Ruby and Java. > Now while some things are well, soun