H
hamsoft
Unregistered / Unconfirmed
GUEST, unregistred user!
我在程序中使用
FileSetAttr('MyFile.sys', faReadOnly or faSysFile);
编译不通过,提示是:
Operator not applicable to this operand type
但我直接写为
FileSetAttr('MyFile.sys', $00000001 + $00000004)
则可以,
为什么,是不是delphi 5 的bug?
我是在win2000下 delphi5 是update pack 1
FileSetAttr('MyFile.sys', faReadOnly or faSysFile);
编译不通过,提示是:
Operator not applicable to this operand type
但我直接写为
FileSetAttr('MyFile.sys', $00000001 + $00000004)
则可以,
为什么,是不是delphi 5 的bug?
我是在win2000下 delphi5 是update pack 1