Eloquence Language Manual

14 Integrating C Functions (DLL)

DLL (Dynamic Loadable Library) is a mechanism for extending the functionality of Eloquence by calling your own functions, written in C. Using this functionality you are able to integrate specialized solutions into Eloquence.

This chapter is divided into two parts. The first part describes how to use DLL from inside Eloquence. The second part describes the technical realization and how to generate your own DLL. The example described in this chapter, and two more examples, are stored in the directory /opt/eloquence/share/example.

Chapter contents:

Using DLL in Eloquence
Generating a DLL
Error Messages

Eloquence Language Manual - 19 DEC 2002