Delphi warning - W1002 Symbol 'FileSetDate' is specific to a platform

后端 未结 3 671
囚心锁ツ
囚心锁ツ 2021-02-18 22:58

When I compile my application under Delphi 2006 I get the following warning [Pascal Warning]- W1002 Symbol \'FileSetDate\' is specific to a platform

What must I do to s

3条回答
  •  囚心锁ツ
    2021-02-18 23:56

    You can turn off the platform unit and platform symbol compiler warnings. They are obsolete (and disabled in Delphi 2009 by default). They were introduced when there was a Delphi for Linux (Kylix). They do not have a meaning anymore. Especially with the replacement of Delphi.NET with Delphi Prism. You can turn them off for the whole project in the Project Options dialog (Compiler Messages).

提交回复
热议问题