3. Compile and Link the XASMgr Application

Procedure

  1. From the Start menu, open the CIMPLICITY menu.
  2. Select your project.
  3.   In the CIMPLICITY Workbench for your project, select Tools>Command Prompt.

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

  4. 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.

  5. If the environment variables are not set automatically, issue the following command to set them:
    for /F "tokens=* USEBACKQ" %F in (`"%PROGRAMFILES(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath`) do set VSPATH=%F call "%VSPATH%\Common7\Tools\VsDevCmd.bat"
  6. Now build the executable:

    nmake