Step 3.1. Compile and Link your AMIP Application

  1. From the Start menu, open the CIMPLICITY menu.

  2. Select your project.

  3. In the CIMPLICITY Workbench for your project, select Command prompt... from the Tools menu.

This ensures that your environment variables (in particular %BSM_ROOT% and %SITE_ROOT%) are set correctly.

  1. In the Command Prompt window, issue the following commands:

<drive>:

cd <directory>

Where <drive> is the disk where your CIMPLICITY software is installed, and <directory> is your application project directory.

  1. If the environment variables are not set automatically, issue the following command to set them:

\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat

  1. Now build the executable:

nmake

More information

Step 3. Write your AMIP Application.