[fpc-devel] fpc_ShortStr_To_WideStr
C Western
mftq75 at dsl.pipex.com
Mon Mar 21 22:36:59 CET 2005
Is the assignment to Size meant to be commented out? (I have just
started having trouble with a program which I think has just started
using widestrings because the DOM unit has been switched to widestrings.)
Colin
Function fpc_ShortStr_To_WideStr (Const S2 : ShortString): WideString;
{$ifdef hascompilerproc} compilerproc; {$endif}
{
Converts a ShortString to a WideString;
}
Var
Size : SizeInt;
begin
//Size:=Length(S2);
More information about the fpc-devel
mailing list