Cyclone Automated Control Package
19
4.2 DLL Loading / Unloading Calls
4.2.1 load_dll
bool load_dll(void);
Loads the CYCLONE_CONTROL.DLL into memory and gives the user
access to all of the functions available in the library.
This routine must be
called before any of the other routines can be called.
This routine is
only required for C/C++ applications and is defined in the file
“multiple_cyclone_programming.cpp”.
@returnvalue
True if the load was successful
False otherwise
4.2.2 unload_dll
void unload_dll (void);
Unloads the DLL loaded with load_dll( ). This call should be made before
the application starts to unload itself. This routine is only required for
C/C++ applications and is defined in the file
“multiple_cyclone_programming.cpp”