D Eloquence Library

Compilation and Linking

Compilation

Each program in which you want to include programs from the Eloquence libraries must have header-file /opt/eloquence6/include/eloqdb.h inserted at the beginning.

...
#include <eloqdb.h>
...

Linking

When linking the program you must enter -l eloq to include access to the Eloquence DBMS library /opt/eloquence6/lib/libeloq.a.

On the Windows platform, you need the to install the eloqdb.dll and should link with the eloqdb.lib import library.


Eloquence Database Manual - 19 DEC 2002