[lazarus] Editor

Shane Miller SMiller1 at stvgb.org
Tue Oct 19 16:54:20 EDT 1999


I had to add TColor = longint to graphics.pp.  In doing so I found an "issue".  We currently declare TColor in LMessages.pp because there are some message constructs that use TColor.  We can't simply add graphics.pp to LMEssages because Graphics.pp also used LMesssages and it CAN'T be placed after the implementation.

The reason we are using lmessages in graphics.pp is because a few procedures use the "message LM_Changed" syntax.

We need to find a way around that.  Delphi does it by using a IChangeNotifier interface....

Any thoughts?

Shane







More information about the Lazarus mailing list