On Mon, Feb 1, 2010 at 3:20 PM, Marco van de Voort <mar...@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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to