I think it might have been a memory leak. Can't remember the source.
Best is to use
heaptrace right at the start of your development so these buggers can be catched (and dealt with) at the moment they occur.
At least on i386 linenumbers are present as well (-gl), which should be able to pinpoint their location for you without too much hassle.
In case you do encounter errors then feel free to mention those to us so that they can be addressed.
The MUI stuff looks good. Would like a nice LCL proxy on other platforms be on the cards?
Not from my side.
It would require a implementation of MUI on those patforms and i don't see that happening any time soon. I don't believe i've heard ALB42 on that subject either (so i do not know his position on that matter).
FPGUI and some (common) LCL components are implemented in MUI so that you are able to do rad-a-like development although it clearly has its drawbacks. Both FPGUI and LCL have quite a different implementation in comparison to MUI.
It has alway been my intention to dig a little deeper into MUI and add some extensions to have some better matched LCL counterparts but alas i still haven't been able to find the time to do so.
I think ALB42's MUI classes (and
MUIIDE) are a good enough alternative though.... and afaik even those lack enough participants.
Still abstracting in code at the moment.
The joy of a every day programmer :-)
Sorry, as i've been busy so haven't been able to keep up with your development.