FCF 2.0 development in progress...
> > > >
[News] [C++ Libraries API] [C++ Downloads] [Donate to the project] [Contacts]

FCF_TEST_EXPORT macro

FCF_TEST_EXPORT

Package: fcfTest

File: test.hpp

Available from version: 1.0.1

This macro is declared when building a DLL (shared library) to tell the compiler that functions should be exported.

It is better to declare this macro in the settings of the CMake, Visual Studio and other build systems.

Example: my_shared_library.cpp

#define FCF_TEST_EXPORT #define FCF_TEST_IMPLEMENTATION #include <fcfTest/test.hpp>