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
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
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
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
>
> 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
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