[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

graphics printer driver for ACL\PC



I have written a set of files which constitute a graphics printer
driver for Franz Allegro Common Lisp's IBM PC implementation (ACL\PC).
They consist of:

	printer.lsp	- graphics methods which call Windows GDI functions
	ffi.c		- C functions for manipulating metafiles
	ffi.dll		- the dynamic link library for ffi.c
	ffi.lsp		- lisp interface to the C functions

Not all of the allegro graphics methods are implemented (only the ones
I needed) but it would be easy to add the rest.

If you are interested, please reply via email.