[Customdrawn] Some patches for dialogs and palette

Michael Schnell mschnell at lumino.de
Wed Sep 12 15:22:25 CEST 2012


On 09/12/2012 03:09 PM, Graeme Geldenhuys wrote:
>
>
> Ah yes, you are right. That is one of the Lazarus IDE drawbacks. 
> Project Options are NOT passed down to Lazarus Packages. So you have 
> to duplicate your Project Options in each Package you use for that 
> project. Apparently there is some Macro trickery you can apply, but 
> all Packages must be modified for this to start working. I once tried 
> this and gave up on it, as it seemed overly complex and felt more like 
> a kludge than a solution.
Nice to know that it's not my silliness that hit me here.

In effect we should be happy that this happened to me, and it is obvious 
that there is a glitch in the code of some package that triggers a range 
check (if enabled) and triggers a seg fault (if range check is not 
enabled).

Thus it would be great if the "powers" would be inclined to activate 
range checking for the compiling of _all_ packets (e.g. via the "DEBUG" 
setting that is checked in ~/.fpc.cfg, which quite obviously is provided 
exactly for this purpose, but which I have no idea how to activate. )

-Michael




More information about the Customdrawn mailing list