[fpc-devel] RTL and Unicode filenames operations.
    dmitry boyarintsev 
    skalogryz.lists at gmail.com
       
    Mon Feb  1 13:36:06 CET 2010
    
    
  
On Mon, Feb 1, 2010 at 3:20 PM, Marco van de Voort <marcov at stack.nl> wrote:
> More importantly, the stuff in the FCL depends on the RTL, so stuffing in
> the FCL is useless since it would need primitives in the RTL to operate on.
Does it mean, if i provide a FCL package with:
unit
  UnicodeFileUtils;
function FindFirst(const Name: UnicodeString)
...
function IncludeTrailngPathDelimiter(const path: UnicodeString)
type
  TFileStreamUnicode = class(THandleStream)
    constructor Create(const AFileName: UnicodeString)
etc...
it would be rejected?
thanks,
dmitry
    
    
More information about the fpc-devel
mailing list