dll_linker
Is the dynamic link object that holds an in memory version of the library,
It must not be deleted for as long as any
fun_ptr
return
values is used.
err_msg
If
err_msg
is non-empty, it contains an error message
for the corresponding operation.
dll_file
Is the file containing the dynamic link library.
function_name
Is the name of an external entry point in the dll.
fun_ptr
Is a void* version of a pointer the function corresponding to
function_name
.
Example
The file dll_lib.cpp
contains an example and test of
link_dll_lib.
Input File: include/cppad/utility/link_dll_lib.hpp