[fpc-devel]Using FPC 1.0.7 with RTL 1.1

Jonas Maebe jonas at zeus.rug.ac.be
Wed May 22 12:35:21 CEST 2002


On woensdag, mei 22, 2002, at 01:34 , Sergey Korshunoff wrote:

> I've resolved for itself the problem with SUBJ by replacing in RTL 1.1 
> astrings.inc
> a lines
>
>    { old style helper }
>   {$ifndef hascompilerproc}
>   Procedure fpc_ShortStr_To_AnsiStr (Var S1 : Pointer; Const S2 :  
> ShortString); [Public, alias: 'FPC_SHORTSTR_TO_ANSISTR'];
>   begin
>     s1 := pointer(fpc_ShortStr_To_AnsiStr(s2));
>   end;
>   {$endif hascompilerproc}
>
> with a code from RTL 1.0 But I can not find what is wrong with a RTL 
> 1.1 current code.

Strange, I don't see a problem either :/ It could cause problems with 
the compiler too if we start using ansistrings in it though, so it 
should be fixed...


Jonas





More information about the fpc-devel mailing list