Configure the Project#
The examples were made and tested by using Visual Studio 2017 and Intel Studio XE 2019 Composer for Fortran Windows. The usage with other software versions requires maybe modifications.
An already defined project can be found by following:
C:\<sofistik_installation>\2024\SOFiSTiK 2024\interfaces\examples\fortran\connect_to_cdb
Set up DLL functions and the dependencies#
Bellow you can find the description how to define the DLL functions. All functions are described in the CDBASE.CHM file.
Hint
In this example the Active(x64) platform is used.
Configure the project by following:
Click on
.

Set the project platform to 64-bit.

Define the working directory of the project.
C:\<sofistik_installation>\2024\SOFiSTiK 2024

Set the additional include directories.
C:\<sofistik_installation>\2024\SOFiSTiK 2024\interfaces\examples\fortran

Set the path for additional dependencies
.LIB
file and set it to:C:\<sofistik_installation>\2024\SOFiSTiK 2024\interfaces\64bit_debug\sof_cdb_w_dll.lib
