newLISP.so load possible on the MAC with Ruby?

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

newLISP.so load possible on the MAC with Ruby?

Post by HPW »

From my newLISP loading on WIN/SketchUp 7 here:

http://www.alh.net/newlisp/phpbb/viewtopic.php?t=2710

There comes the next question:

Sketchup runs also on the MAC.
So it is possible to load the newLISP modul under ruby?
Hans-Peter

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

Post by Lutz »

Should be possible, the newLISP library behaves like a normal C library on Mac OS X with cdecl calling conventions.

itistoday
Posts: 429
Joined: Sun Dec 02, 2007 5:10 pm
Contact:

Post by itistoday »

Not sure if this will help but I wrote some C code to load the newLISP dylib into a C/C++/Obj-C app: Calling newLISP from C
Get your Objective newLISP groove on.

Locked