Hi,
http://www.freepascal.org/docs-html/current/user/usersu7.html#x21-280003.1.2
states:
"
You can add a directory to the unit search path with the (-Fu (see page 100))
option. Every occurrence of one of these options will insert a directory to
the unit search path. i.e. the last path on the comm
I have a class inheriting from Tpersistent:
type
TCondition=class( TPersistent, ICondition)
var
aCondition : TCondition;
but surprisingly, when I call
aCondition.FPOAttachObserver(someobj);
I discovered that nothing was executed.
I used debugger to step through this line and nothing was