[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
graphics printer driver for ACL\PC
- To: info-mcl@cambridge.apple.com, comp.lang.lisp.franz@cmns.Think.COM
- Subject: graphics printer driver for ACL\PC
- From: wilcox@cmns.think.com (Greg Wilcox)
- Date: Thu, 7 Oct 93 09:22:59 EDT
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.