I want to fix some bugs in my Delphi XE7 VCL source code. The easiest would be if I could simply edit the original file, recompile it and use it (replace the original DCU with the new DCU).
However, I get:
Unit %s was compiled with a different version of %s.
Is it possible to "patch" Delphi this way? Without recompiling the whole VCL?