delphi 编译错误“[DCC Error] ProjectName.dpr([number]): E1026 文件未找到: 'FileName.dn'
dn 文件是什么?
为什么delphi 寻找一个不应该存在的文件(好吧我没有创建一个)?
以及如何修复(编译)它?
该错误是在向现有项目添加新文件后生成的。
What is dn file?
why is delphi loooking for a file that should not be there(well I didn't create one)?
and how could it be fixed (compile)?
The error was generated after adding into existing project, a new file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎由于某种奇怪的原因,自动添加的宏是乱码,看起来像这样:
在添加的新文件中。
而且 dpr 文件中的宏也很混乱。
改回默认就解决了。
It seems that for some ODD reason, the auto added macro was gibberish and looked like this:
in the new file that was added.
and also in the dpr file there was a mess with macros.
Changing it back to default solved it.