Hi,

Am Freitag, den 23.09.2005, 21:44 +0300 schrieb Alexander Todorov:
> Hello,
> does somebody know a function to replace StrLCopy and StrLen that works with
> PWideChar instead of PChar ?
> It seems to me that WideString support is not fully working yet.
> (fpc 2.0.0 and Lazarus 0.9.8 from windows binaries).
> C

var
  s: WideString;

s := 'Hello World';

... Length(s);

works :)

Why do you need to use PWideChar pointer / array magic ? Are you
wrapping some C stuff ?

> an you help / give more information about widestrings?
> 
> TIA.

cheers,
  Danny


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to