----------------------------------------------- lines 7-45 of file: example/utility/dll_lib.cpp ----------------------------------------------- {xrst_begin dll_lib.cpp} {xrst_spell msvc } dll_lib: Example and Test ######################### options ******* The following subsection of this example sets :ref:`create_dll_lib@options` that are different from the default options: {xrst_literal // BEGIN_OPTIONS // END_OPTIONS } Restrictions ************ This example is only built and run under the following conditions: #. The :ref:`cmake-name` command determines that the C compiler is gcc, clang, or msvc. #. The :ref:`cmake-name` command determines it is OK to use C++17 features. #. The :ref:`cmake@cppad_link_flags` do not contain ``-m32`` . Source ****** {xrst_literal // BEGIN C++ // END C++ } {xrst_end dll_lib.cpp}