[fpc-pascal] Unit path search order

2016-04-22 Thread Martin Schreiber
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

[fpc-pascal] TPersistent does not call IFPObserved.FPONotifyObservers

2016-04-22 Thread Dennis
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