Compiling C Code

When compiling the C-code it is necessary to include the files tqroot.h and tc_data_defs.h, therefore the path to where these files are located must be specified.

Windows: Visual Studio 2019

C programs linked with TQ in Windows, must use release libraries (/MT or /MD) due to clashes in the memory allocation routines causing the global minimization procedure to fail if debug libraries are used.

Linux: GNU compiler version 9.4