Next: XSB - Oracle Interface
Up: Creating an XSB Module
Previous: Unix instructions:
  Contents
  Index
To call XSB from C, you must build it as a DLL, which is done as follows:
cd $XSB_DIR\XSB\build
makexsb_wind DLL="yes"
The DLL, which you can call dynamically from your program is then found in
Since your program must include the file cinterf.h, it is recommended
to compile it with the option /I$XSB_DIR\XSB\emu
.
Luis Fernando P. de Castro
2003-06-27