Page 1 - Demo
P. 1


                                    Interface to C/C++%uf09f%uf09fRCPConsult2023-2025Page 1Interface toC/C++To use theC/C++interface,you need a 64-bitversion of a free programming environment containing the corresponding compiler,either GNU C/C++or Microsoft Visual Studio C/C++, installed on your PC. Additionally, you need to preparetheruntime environment in order to coupleSTRURELwithC/C++tools.1.Microsoft Visual 2015, 2017, 2019 and2022 RedistributablePackage (x64)First, make sure that the Microsoft Visual 2015, 2017, 2019 and 2022Redistributable Package (x64)is installed on your system. If not, you can download it from: https://docs.microsoft.com/en-GB/cpp/windows/latest-supported-vc-redist?view=msvc-1702.InstallationofC/C++compiler(s)To operate withtheC/C++interfaceyou need to install one compiler from twofree distributionssupported by STRUREL.GNU C/C++Compilers(c++and g++) is a mature free and open source compiler, part of the GNU Compiler Collection. The main information can be foundinCand C++support in GCC.Severalsources provide quick and easy way to install c++and g++compilerson Windows. We recommend to use 64-bit binary packages from Equation Solutionor from WinLibs. Both packages provide an installation of so called Standalone MinGW-w64+GCC build for Windows. Usually, after installation the complete suite has a predefined root folder named mingw64. This name must be registered in the system Path variable.%u2022Windows 10/11:Open the Start Search, type in %u201cenv%u201d, and choose %u201cEdit the system environment variables%u201d:
                                
   1   2   3   4   5   6   7   8   9   10