Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Setting the options of the Visual Studio (Windows systems)

Before you can start developing UTM applications, you must add the directories with the openUTM header files (utmpath \include), the openUTM library files (utmpath \sys) and, if necessary the database libraries, to the development environment.

You set these via certain options of the Developer Studio. These settings are independent of the project and can therefore be used to create various UTM applications.

Proceed as follows:

  1. Call the Microsoft Visual Studio, select Tools - Options and click Projects and Solutions.

  2. Select VC++ Directories and set the option for the include files as follows:

    • In the General for box, select the value Include Directories and double-click on the empty data entry line.

    • Click the

      New Line button and enter the directory containing the include files: utmpath \include

      The default is C:\openUTM-Server\64\include

      Alternatively, click the " ... " button and choose the directory from the intermediate dialog box that follows.

    • Move the directory to the top location using the arrow button.

  3. Set the options for the UTM libraries and the database libraries.
    To do this, select the value Library Files in the Show Directories for box and proceed in the same manner as for the header files:

    1. Specify the directory with the UTM library files. You must always set these options:

        • double-click on the empty input line

        • Enter the directory containing the UTM libraries (utmpath\sys) .
          The default is C:\openUTM-Server\64\sys.
          Alternatively, click the " ... " button and choose the directory from the intermediate dialog box that follows.

        • Use the arrow buttons to move the directory to the top,

    2. Specify the directory with the database library files. This is only necessary when you want to connect a database (for example ORACLE):

        • double-click on the empty input line

        • Enter the directory containing the database library files directly or select it using the intermediate dialog box (by double-clicking " ... "

  4. Now press OK in the Options window.
    This stores the options for the header files and library files.