MicroStation CONNECT SDK Examples can be readily compiled using any of the workflows listed below.
Step 1: Open the MicroStation CONNECT Developer Shell (TIP: Set shortcut properties to ensure you - Run as Administrator)
Step 2. Compile one or more examples...
- Compile/Build All Examples
-
- buildallexamples

- Compile a Single Example
-
- pushd DialogBoxes\myapp
- bmake myapp

- Compile a Single Example for Debug
-
- pushd DialogBoxes\myapp
- bmake -dDEBUG myapp

- Compile a Single Example with Full Build Logging Details
-
- pushd dialogboxes\myapp
- bmake +avilC myapp
