New Lisp, Com? How

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
PapoAnaya
Posts: 16
Joined: Mon Oct 24, 2005 6:55 pm

New Lisp, Com? How

Post by PapoAnaya »

Hi:

Even though NewLisp can load DLL's using the import function, is there any way to access COM components from newLisp? Probably this would solve some of the short comings like like of ODBC by using Jet and to be able to access Office from newLisp.

Regards,

Papo

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

No way to do OLE/COM with newLISP and most likely never will be. OLE/COM is very complex and requires a lot of code to implement.

Lutz

PapoAnaya
Posts: 16
Joined: Mon Oct 24, 2005 6:55 pm

Post by PapoAnaya »

Lutz wrote:No way to do OLE/COM with newLISP and most likely never will be. OLE/COM is very complex and requires a lot of code to implement.

Lutz
That's ok, I can get by with loading dll's. That's a very powerful feature by itself, specially the fact that wrappers do not need to be written for this to work.

... now, if I could only make the CLIPS.DLL to play nicely...

Papo

Locked