Procedure
-
Click Tools>Command Prompt on the Workbench menu bar.
-
In the Command Prompt... window, issue the following commands:
<
drive
>
cd %BSM_ROOT%\api
Where
<
drive
>
is the disk where your CIMPLICITY software is installed (for example,
C:
).
-
(If environment variables are not set automatically) issue the following command to set them.
..\<
Program Files Install Directory>\Microsoft Visual Studio 11.0\Common7\Tools\vsvars32.bat
-
Launch Visual studio.
devenv CimplicityAPI.sln
-
Modify the toolkit project to include the compilation and linking of any additional files created for your customized communication enabler.
-
Right-click the project in Solution Explorer.
-
Select Build on the Popup menu.
Results
The customized communication enabler is built.
Note: The executable and .dll file will be located automatically in %BSM_ROOT%\exe.