Contact Us Team Coherence Support Team Coherence
Home PageProduct InformationQSC PartnersDownload a free trialProduct Literature, etc.About QSCOrder Team CoherenceShopping Cart

Overview

Requirements

Prices

  · Combinations

Download

General

  · Screenshots

  · Tools and Addins

  · Change History

  · Update Notification

FAQ

Other Modules

  · Version Manager

  · TC Tracker

Contact Us

Support

Team Coherence Builder - simple build management.
[Download]   [Order Now]

TC Builder Tools and Addins

TC Builder has an open interface for creating your own build objects that can be included in your projects. Build objects are simply standard DLL files that have certain named functions exported.

 

Currently, these exported functions are described in a simple base project that can be used as the basis for new build objects. In the future we will fully document the exported functions and what happens when a build takes place. For the moment, though, the (Delphi) source code below explains the basics:

 

      Download Now (6KB)

 

The sample build object was written in Delphi but you can use any language that can create standard Windows DLL's.