next up previous contents index
Next: XSB - Oracle Interface Up: Creating an XSB Module Previous: Unix instructions:   Contents   Index

Windows instructions:

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

$\displaystyle \tt \$XSB\_DIR\backslash config\backslash \mbox{\tt x86-pc-windows}\backslash
bin \backslash xsb.dll
$

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