Andreas Hausladen
2005-09-01 12:36:21 UTC
I have written a little plugin for C++Builder 6 (version 5 is not tested).
It replaces the buildin compiler by the command line tools.
Features:
- advanced precompiled header support (*)
- shows how many files already compiled
- batch compilation
- speed improvement (builtin compiler is not the fastest)
- full message pane support with extended error information (double click)
- detailed message window shows the console output
*: The plugin allows to inject a header file into all .cpp files during
compilation. In this header file you can include the headers that should
be used for precompiled headers. The #pragma hdrstop is inserted below the
injected include file.
Screenshots:
http://andy.jgknet.de/cpp/
Direct download:
http://andy.jgknet.de/cpp/files/bcc32pchide.zip
The zip files constains a precompiled plugin for BCB5 (untested) and BCB6.
The source code (Delphi) is included.
It replaces the buildin compiler by the command line tools.
Features:
- advanced precompiled header support (*)
- shows how many files already compiled
- batch compilation
- speed improvement (builtin compiler is not the fastest)
- full message pane support with extended error information (double click)
- detailed message window shows the console output
*: The plugin allows to inject a header file into all .cpp files during
compilation. In this header file you can include the headers that should
be used for precompiled headers. The #pragma hdrstop is inserted below the
injected include file.
Screenshots:
http://andy.jgknet.de/cpp/
Direct download:
http://andy.jgknet.de/cpp/files/bcc32pchide.zip
The zip files constains a precompiled plugin for BCB5 (untested) and BCB6.
The source code (Delphi) is included.
--
Regards,
Andreas Hausladen
(http://andy.jgknet.de/blog)
Regards,
Andreas Hausladen
(http://andy.jgknet.de/blog)