Modifying a UDF Library

From InterBase

Go Up to Compiling and Linking a Function Module


To add a UDF to an existing UDF library on a platform:

  • Compile the UDF according to the instructions for the platform.
  • Include all object files previously included in the library and the newly-created object file in the command line when creating the function library.
Note:
On some platforms, object files can be added directly to existing libraries. For more information, consult the platform-specific compiler and linker documentation.

To delete a UDF from a library, follow the linker’s instructions for removing an object from a library. Deleting a UDF from a library does not eliminate references to it in the database.

Advance To: