On 2/17/12, Darius Blaszyk <[email protected]> wrote: > >>> If it is portable it should be fine >> >> It should be, this is the uses clause: >> >> uses >> SysUtils, Classes, Controls, Registry, IniFiles, FileUtil;
> It won't be. Registry is windows only. Why not implement something yourself > based on an XML file? Should be trivial. Here's some inspiration: > http://www.angusj.com/delphi/mruunit.html No, the registry unit is not Windows only. Anyway the editor does not use the functionality to use the registry. I can stripp all this (and more unused things) from the unit. The whole program uses a ini file so it makes no sense to rewrite the MeuLists unit to use xml. Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
