Lisp2C, version 2.2, (C) 1993 BASIC d.o.o., Ljubljana
-----------------------------------------------------------------------
PLEASE NOTE OUR NEW NUMBERS:  tel: +386 61 314-069, fax: +386 61 318-211
============================


                           QUICK START LISP2C
                           ==================
This is for those who hate the manuals, like we do!!!!!!!!!!
For emergencies: the manual is in the L2C-21.ZIP file on Cserve!


Install Watcom C compiler,
      (Watcom 9.01d or Watcom 9.5)
set variables, paths etc.


Manual instalation:
Copy L2C.EXE and DOS4GW.EXE to your current directory or a PATH directory:

          COPY L2C.EXE     C:\DOS        (copy compiler itself)
          COPY DOS4GW.EXE  C:\DOS        (copy WATCOM 32bit EXTENDER)

Copy L2C.LIB, L2C.H to \ACAD\ADS directory

          COPY L2C.LIB   C:\ACAD\ADS
          COPY L2C.H     C:\ACAD\ADS

Set variables L2C, WATCOM, INCLUDE

          SET L2C=C:\ACAD\ADS
          SET WATCOM=C:\WATCOM
          SET INCLUDE=C:\WATCOM\H;C:\ACAD\ADS


You can start compiling your LISPs straight away. Just enter

          L2C mylisp

and answer N (No) to the question "Would you like to register it?".

File MYLISP.LSP will be compiled into MYLISP.C, you can check with any ASCII
editor. Of course "mylisp" is any LISP file, that has small size functions.
To compile and link into an ADS module you must have WATCOM or METAWARE
compiler properly installed and libraries set as follows:

Finally start ACAD12 and xload your application:

           Command: (xload "mylisp")

If anything fails, read the manual (L2C.DOC) or send us a fax/email!

IF YOU NEED WINDOWS or METAWARE libraries, send us a note and we
will send you a (free) distribution disk with printed manual!

BASIC d.o.o., fax: +386 61 318-211, email: Compuserve[70541,1765]

