Regards,
Frank
> For some ole automation in lispworks I need to import a type
> library.
What is "a typelib" library?
> This
> should be possible with the defsystem macro. Does anyone know how to do
> this? (example import?)
Which desfsystem macro?
Cheers
--
Marco Antoniotti ========================================================
NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
719 Broadway 12th Floor fax +1 - 212 - 995 4122
New York, NY 10003, USA http://bioinformatics.cat.nyu.edu
"Hello New York! We'll do what we can!"
Bill Murray in `Ghostbusters'.
sorry, this only works on Visual Lisp for AutoCAD so far. => functions
and constants. no events, no object hierarchy.
For corman lisp there something in the works to create CLOS objects on
my site. The importing of functions and constants is doable now.
For ACL there's no typelib loader but you can start with code similarly
to corman lisp and the FFI. Do you want CLOS objects or just the
function pointers and constants? you can do that with the FFI alone.
For xanalys lispworks lisp there's no OLE automation support at all.
which version? maybe I missed it. the online docs for lw 4.1 note
nothing for ole support. 4.1.20 is the latest.
DEFSYSTEM is a completely different kind of beast. see
http://www.xanalys.com/software_tools/reference/lwl41/lwuser/LWUG_112.HTM
It is essentially a better MAKE facility.
--
Reini Urban
http://tv.mur.at/film/
I disregarded Corman lisp due to the lack of gue building tools. So for now
I decided to use Dolphin Smalltalk (my other preferred language) which fully
supports the win32 platform and is very affordable.
Regards,
Frank
"Reini Urban" <rur...@x-ray.at> wrote in message
news:3bc83d67....@news.tu-graz.ac.at...