ecl/contrib/win32
2005-06-13 11:41:43 +00:00
..
compile-and-run.lsp - Add support for accelerators 2005-06-08 08:42:50 +00:00
README New example of using UFFI with ECL (M. Goffioul) 2005-06-07 14:52:24 +00:00
txtedit.lisp Context menu support added. 2005-06-13 11:41:43 +00:00
win32.lisp Context menu support added. 2005-06-13 11:41:43 +00:00

In this directory you will find an interesting example of an application built
using ECL's implementation of the UFFI specification.

This example consists on several files:

 * win32.lsp: This is a lisp interface to the Microsoft Windows API
   for the graphical user interface. It is not finished but it suffices
   to demonstrate the most important ingredients you will need in a
   real-world application.

 * txtedit.lsp: A simple text editor written using the previous library.

 * compile-and-run.lsp: This lisp script builds the Win32 library and
   runs the text editor using it.

This library has been contributed by Michael Goffioul (michael dot goffioul at
swing dot be). Feel free to experiment with it and share your experience at
the ECL mailing list.