[Lazarus] *SPAM* Re: Lazarus implementation of TListView etc?
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Oct 23 18:25:03 CEST 2015
On Fri, 23 Oct 2015 17:01:32 +0200
Sven Barth <pascaldragon at googlemail.com> wrote:
>[...]
> Those and the code they link to would remain. It will depend on the
> specific initialization whether it can do any harm (especially with the
> widgetset not initialized) if left in...
The most harmful are probably:
- forms.pp installs an exception handler
- lazutf8 under Windows tweaks some WideString manager functions
optimized for UTF8 and sets DefaultSystemCodePage to CP_UTF8.
The other sections create objects and register classes, which don't do
anything on their own.
Mattias
More information about the Lazarus
mailing list