[Lazarus] fpchmod illegal character "&"

Vincent Snijders vsnijders at vodafonevast.nl
Wed Oct 14 14:16:25 CEST 2009


David Touzeau schreef:
> Hum
> 
> so i can convert 775 or 666 chmod number privilege  to an octal 

It is already an octal number.

> parameter in order to avoid this illegal character error
> I'm dev in Unix (linux)

I don't know why your compiler gives this error:
writeln(IntToStr(&755));
gives no error with my compiler (fpc 2.2.4 on windows). I don't think the OS is 
relevant except that I cannot test compilation of a fpchmod call.

Vincent




More information about the Lazarus mailing list