LSAPI Introduction
Libraries
The Logic Server API is available
for Windows programmers as amzi.dll. It has an associated amzi.lib that is used
for linking.
The Logic Server API is available for Unix programmers as libamzi.so.
Getting Started
As Kernighan and Ritchie pointed out in their classic
book on C programming, the hardest part is compiling, linking and running
your first simple application. In the case of the Logic Server, the problem
is doubled, as you must get both a host language piece and Prolog piece
built and talking to each other.
Each of the reference sections has an introductory 'Hello' program that
shows you how to get started.
Reference Sections
- C Interface
- The C interface is the basic API of exported functions. It can be used from
any development tool that can access a dynamic or shared library, and is the
foundation for the other Logic Server interfaces.
- C++ Class - Documents the C++ class for the
LSAPI.
- Delphi Component - Documents the Delphi
component version of the LSAPI.
- Java Class - Documents the Java class for
the LSAPI.
- Visual Basic Module- Documents the Visual Basic
version of the LSAPI.
- MS-Office Interface - Documents the text
declarations that make the LSAPI accessible from MS-Access and similar
tools.
- CGI Interface - Documents the CGI Web
server interface for the LSAPI.
Copyright ©1987-2000 Amzi! inc. All Rights Reserved.