Page 1 of 1

newLISP.so load possible on the MAC with Ruby?

Posted: Sat Apr 04, 2009 7:59 pm
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?

Posted: Sun Apr 05, 2009 6:58 am
by Lutz
Should be possible, the newLISP library behaves like a normal C library on Mac OS X with cdecl calling conventions.

Posted: Sun Apr 05, 2009 7:01 pm
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