Build and Compile Examples


MicroStation CONNECT SDK Examples can be readily compiled using any of the workflows listed below.

Step 1Open the MicroStation CONNECT Developer Shell (TIP: Set shortcut properties to ensure you - Run as Administrator)

Step 2Compile one or more examples...

  1. Compile/Build All Examples
      1. buildallexamples

  2. Compile a Single Example
      1. pushd DialogBoxes\myapp
      2. bmake myapp

  3. Compile a Single Example for Debug
      1. pushd DialogBoxes\myapp
      2. bmake -dDEBUG myapp

  4. Compile a Single Example with Full Build Logging Details
      1. pushd dialogboxes\myapp
      2. bmake +avilC myapp