【发布时间】:2012-12-31 05:16:57
【问题描述】:
编译我的应用程序时,出现编译器警告:
[DCC 警告] ... W1002 符号“IncludeTrailingBackslash”特定于平台
如何避免此警告?
【问题讨论】:
-
IncludeTrailingBackslash 调用 IncludeTrailingPathDelimiter 的实现
-
来自IncludeTrailingBackslash Documentation:“注意:包含此功能只是为了向后兼容。应该使用IncludeTrailingPathDelimiter。”自 Delphi 7 以来就已经存在。
-
@afrazier 可能是从 D6 开始引入 Kylix 的时候
标签: delphi delphi-xe2