In our previous episode, Ivanko B said: > Or an option: > > {$ifdef nonLazarus} > protected > ... > {$else} > private > ... > {$endif} > > Then MSEgui/FPgui/.. may be compiled with "-DnonLazarus" option Requires recompile, and a directive to turn said optimization off would then be better (and not carve up the sources).