Can I recompile the .PAS files used by the Delphi IDE?

后端 未结 7 852
既然无缘
既然无缘 2021-01-13 11:27

I am familiar with Jeff Atwood\'s article about how errors are always the programmer\'s fault, but I believe I have really and truly found a bug in a Delphi .pas file.

相关标签:
7条回答
  • 2021-01-13 12:16

    Simply - Yes. Using one of the above answers [By Tom or Connor]. Copy DBCommon.pas to your project folder rather than edit the original. This leaves other projects and compilations unaffected because it won't be on the path.

    0 讨论(0)
提交回复
热议问题