Background Compilation in Delphi 2010 and C++Builder 2010

Categories:C++Builder, DelphiTags: ,

Both Delphi and C++ compilers now allow you to perform background compilation — that is, you can start a compile running as a separate and parallel thread and continue working in the IDE while the compiler compiles your project.

You can continue to work in the IDE while a background compilation runs. For example, you can edit files, even the files you are compiling, and you can set and modify breakpoints.

Below a screen shot, as you can see the compiler dialog transparent during the compiler process.

Background Compilation

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>