vbCodeShield Batch Compiler

vbCodeShield includes a Batch Compiler. This application allows you to compile multiple projects sequentially, with full vbCodeShield processing and extensibility options.

Some of the Batch Compiler's notable features are:

  • Calculation of the build order - the Batch Compiler can scan the projects loaded into it, and automatically determine the order that the projects should br compiled in, for example if you have on project which is dependent on another, this should be compiled after the dependant one.
  • Analyses - scan projects for missing source files and other errors
  • Incremental compile - only compile projects who's source files have changed since the last time the project was compiled
  • Integrated build and project properties - customize all the vbCodeShield properties for a project directly from within the Batch Compiler, and also configure many of the Visual Basic project properties too
  • Searching and adding projects - it's easy to add Visual Basic projects and project groups to the compile group, either use the Batch Compiles add and find functions, or simply drag and drop them directory from Windows Explorer!
  • Export - you can easily export a Visual Basic compatible project group based on the some or all of the projects in the current compile group
  • Output log - keeps track of all messages logged by the compile process and project analysis