delphi - How to recompile a specific unit from the VCL? -


I want to apply a fix to QC from a Delphi 2009 unit (this happens in the form of DBClient). I know that I need to copy the unit to another directory and change the copy. Then how do I compile the unit to Delphi and use it in the favor of DCU which is already present?

If you do not want to modify the original .pace file, I copy it. Copy the file to my folder, then select the project, it will create a new DCU file in my Applications folder, which will be used instead of the original


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -