Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcdc!hpfclp!jorge From: jorge@hpfclp.SDE.HP.COM (Jorge Gautier) Newsgroups: comp.lang.lisp Subject: Re: Lisp and X, URGENT!!! Message-ID: <6950010@hpfclp.SDE.HP.COM> Date: 12 Jul 89 18:51:36 GMT References: <946@bimacs.BITNET> Organization: HP SESD, Fort Collins, CO Lines: 10 If you are using version 2.1 or 2.15 you can use the foreign function interface to link and run compiled C functions from library or object files. However these versions do not support full type conversions between Lisp and C, so you might have to write some intermediate C functions that can communicate with Lisp and then create the right X objects and call the X routines. Jorge Gautier jorge@hpfclp.sde.hp.com