On Fri, 23 Oct 2015 17:01:32 +0200 Sven Barth <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
