How to change VCL code?

后端 未结 4 1424
时光说笑
时光说笑 2021-01-13 10:38

I need (to make some quick and dirty tests) to modify the code of Variants and SysUtils.

What I need to do to \"compile\" the changes?

4条回答
  •  清歌不尽
    2021-01-13 11:14

    The problem is you would need to compile ALL of the RTL/VCL against the 'new' units.

    Instead modify a copy of the units in question and add them to your project when you want to use them. Delphi should use these over those in the RTL/VCL.

提交回复
热议问题