[Lazarus] fileutil unit dependencies

2010-05-27 Thread Andrea Mauri
Why FileUtil unit uses LCL? There is a comment in the unit: // For Smart Linking: Do not use the LCL! I would like to use some functions included in FileUtil (e.g. ExtractFileNameOnly) also in a Console Application without LCL dependencies, is it possible? Andrea -- _

Re: [Lazarus] fileutil unit dependencies

2010-05-27 Thread Mattias Gaertner
On Thu, 27 May 2010 15:47:46 +0200 Andrea Mauri wrote: > Why FileUtil unit uses LCL? There is a comment in the unit: >// For Smart Linking: Do not use the LCL! > I would like to use some functions included in FileUtil (e.g. > ExtractFileNameOnly) also in a Console Application without LCL >