On Sunday 04 October 2015 11:15:52 mohamed hamza wrote:
> Hi Martin,
>
>        I have some errors on compiling with Fpc 3 RC1 :
>
This are warnings only. 

>   Warning Implicit type conversion From ANSISTRING to UNICODESTRING
Use 
unicodestringvar:= unicodestring(ansistringvalue);
or
msestringvar:= msestring(ansistringvalue);

>   Warning: "crtbegin.o" not found, this will probably cause a linking
> failure Warning: "crtend.o" not found, this will probably cause a linking
> failure
>
Add -Fl with the result of
"
dirname `gcc --print-libgcc-file-name`
"
to ~/.fpc.cfg. Example:
/usr/lib/gcc/i586-suse-linux/4.8

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to