> Probably you already do this: if the project uses the LCL it > should use the unit FileUtil.
Ok, it is either codetools/FileProcs or lcl/FileUtil, depending on which one is last in Uses section. I guess it is again some more duplicated code between codetools and LCL. The problem comes when converting console applications. The easy solution will be not to convert those UTF8 functions for console apps. It is not very logical though because file name conversions should not depend on the GUI library LCL. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
